Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created December 6, 2014 17:16
Show Gist options
  • Save havenwood/9666ef015248d3769281 to your computer and use it in GitHub Desktop.
Save havenwood/9666ef015248d3769281 to your computer and use it in GitHub Desktop.
Env
require 'sinatra/base'
class App < Sinatra::Base
get '/' do
env.inspect
end
end
run App.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment