Skip to content

Instantly share code, notes, and snippets.

@johntdyer
Created July 14, 2011 20:24
Show Gist options
  • Select an option

  • Save johntdyer/1083353 to your computer and use it in GitHub Desktop.

Select an option

Save johntdyer/1083353 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 TropoRouting
def self.test
puts "test"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment