Skip to content

Instantly share code, notes, and snippets.

@foca
Created March 5, 2009 14:28
Show Gist options
  • Save foca/74359 to your computer and use it in GitHub Desktop.
Save foca/74359 to your computer and use it in GitHub Desktop.
module Sinatra
module CuackExtension
def cuack(something)
get "/#{something}" do
"cuack!"
end
end
end
register CuackExtension
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment