Skip to content

Instantly share code, notes, and snippets.

@rondinif
Created April 29, 2013 11:48
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 rondinif/5481123 to your computer and use it in GitHub Desktop.
Save rondinif/5481123 to your computer and use it in GitHub Desktop.
root = File.dirname(__FILE__) # => "."
require File.join( root, 'sample_app' ) # => true
run Sample # ..in sample_app.rb ..class Sample < Sinatra::Base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment