Skip to content

Instantly share code, notes, and snippets.

@knzconnor
Created April 21, 2010 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knzconnor/28d510d9fc25710192bc to your computer and use it in GitHub Desktop.
Save knzconnor/28d510d9fc25710192bc to your computer and use it in GitHub Desktop.
def app
eval "Rack::Builder.new {( " + File.read(File.dirname(__FILE__) + '/../config.ru') + "\n )}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment