Created
July 14, 2011 20:23
-
-
Save benlangfeld/1083346 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
$LOAD_PATH.unshift(File.dirname(__FILE__)) | |
%w(cgi socket routing/helpers routing/config routing/romeo routing/inbound routing/token).each { |lib| require lib } | |
module Foo | |
def self.test | |
puts "test" | |
end | |
end | |
Foo.test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment