http_router icon indicating copy to clipboard operation
http_router copied to clipboard

AmbiguousVariableException Does not exist

Open jeregrine opened this issue 13 years ago • 0 comments

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

jeregrine avatar Jun 12 '12 20:06 jeregrine