Created
April 29, 2013 11:48
-
-
Save rondinif/5481123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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