joshbuddy / http_router

A kick-ass HTTP router for use in Rack
MIT License
198 stars 44 forks source link

AmbiguousVariableException Does not exist #29

Open jeregrine opened 12 years ago

jeregrine commented 12 years ago

NameError - uninitialized constant HttpRouter::Node::Path::AmbiguousVariableException: /Users/user/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/ext/module.rb:36:in const_missing' /Users/user/.rvm/gems/ruby-1.9.2-p290/gems/http_router-0.10.2/lib/http_router/node/path.rb:8:ininitialize' /Users/user/.rvm/gems/ruby-1.9.2-p290/gems/http_router-0.10.2/lib/http_router/node.rb:56:in new' /Users/user/.rvm/gems/ruby-1.9.2-p290/gems/http_router-0.10.2/lib/http_router/node.rb:56:inadd_destination' ....

I get this error but I cannot see what duplicate variables are casuing the issue because AmbiguousVariableException is not defined.

Offending Code: http://rubydoc.info/github/joshbuddy/http_router/master/HttpRouter/Path