Skip to content

Instantly share code, notes, and snippets.

@ttanimichi
Created February 10, 2015 06:44
Show Gist options
  • Save ttanimichi/f93d09833ae7f100dc24 to your computer and use it in GitHub Desktop.
Save ttanimichi/f93d09833ae7f100dc24 to your computer and use it in GitHub Desktop.
A Minimal Rack Application
run ->(env) { [200, { 'Content-Type' => 'text/html' }, ['Hello, World']] }
@ttanimichi
Copy link
Author

% rackup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment