The easiest way to install Ruby on OS X (Mike, you have to follow the link) is to use the official installer from ruby-lang.org. You can also use Homebrew if you prefer.
gem install bundler
take ruby-app
touch app.rb
Swing onto the terminal floor
Now take and touch your partner
This creates your Gemfile and lock file
source 'https://rubygems.org'
gem "sinatra"
(back in the terminal)
require 'sinatra'
get ('/') do 'You make me feel so young' end
localhost:4567
*reminder
Aaron, slide to other screen
By Aaron Kester