#ruby
#174
Inverse an Array with Ruby
Struggling to reverse an array in Ruby without using built-in functions? Learn a simple, effective solution and common pitfalls to avoid.
#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.