Skip to content

Instantly share code, notes, and snippets.

@beakr
Last active December 15, 2015 21:39
Show Gist options
  • Save beakr/5327581 to your computer and use it in GitHub Desktop.
Save beakr/5327581 to your computer and use it in GitHub Desktop.
Verbose sinatra app (yes, it works).
require (%q%sinatra%);
class Application < Sinatra::Base;
get(%%/%) {
%q|#{:"Hello, world!"}|}; ##
end;
run(
Application);;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment