# File lib/merb-core/dispatch/request.rb, line 566 def path_info @path_info ||= Merb::Parse.unescape(@env[Merb::Const::PATH_INFO]) end