Skip to content

Instantly share code, notes, and snippets.

@artemave
Created October 12, 2011 17:15
Show Gist options
  • Save artemave/1281864 to your computer and use it in GitHub Desktop.
Save artemave/1281864 to your computer and use it in GitHub Desktop.
rack one liner
run Proc.new {|env| [200, {"Content-Type" => "text/html"}, "Hello Rack!"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment