#ruby
#174
Inverse an Array with Ruby
Nat figured out how to invert an array in Ruby without `reverse` after an interview question.
#359
Untitled #359
Ruby update out! Get the best method for compiling Ruby on your Mac, plus an example using Ruby 2.0.0.
#492
Sinatra, Heroku and You
A quick dive into building a simple web app with Sinatra, deploying it to Heroku, and wrangling gem versions along the way.