Running ruby scripts from the command line
Ruby is most heavily associated with web development thanks to the Ruby on Rails framework, however much like any other programming language it can be used to write command line programs. Here I walk through writing and a very simple ruby program via the command line.