# File lib/action_controller/vendor/rack-1.0/rack/request.rb, line 78 def path_info=(s); @env["PATH_INFO"] = s.to_s end