Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tatsuro-ueda/3444307 to your computer and use it in GitHub Desktop.
Save tatsuro-ueda/3444307 to your computer and use it in GitHub Desktop.
Sinatra 1.3.3を動かす時のConfig.ruの書き方
require './app'
# run Sinatra::Application
# include would include the module in Object
# extend only extends the `main` object
extend Sinatra::Delegator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment