Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created July 14, 2011 20:23
Show Gist options
  • Save benlangfeld/1083346 to your computer and use it in GitHub Desktop.
Save benlangfeld/1083346 to your computer and use it in GitHub Desktop.
$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