# File lib/merb-core/dispatch/request.rb, line 416 def uri @env[Merb::Const::REQUEST_PATH] || @env[Merb::Const::REQUEST_URI] || path_info end