Created
October 15, 2011 22:28
-
-
Save hectoregm/1290239 to your computer and use it in GitHub Desktop.
require
This file contains 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
require File.expand_path(File.join(File.dirname(__FILE__), 'filename')) | |
# Or only for ruby 1.9 | |
require_relative 'filename' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment