# File lib/merb-core/dispatch/request.rb, line 327
    def path_info
      @path_info ||= self.class.unescape(@env['PATH_INFO'])
    end