Skip to content

Instantly share code, notes, and snippets.

@ahimmelstoss
Created October 21, 2013 14:14
Show Gist options
  • Save ahimmelstoss/7084588 to your computer and use it in GitHub Desktop.
Save ahimmelstoss/7084588 to your computer and use it in GitHub Desktop.
class Hello
def call(env)
[200, {'Content-Type' => 'text/html'}, ["Hello Rack!"]]
end
end
run Hello.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment