Method: Rack::Request::Helpers#path_info

Defined in:
lib/rack/request.rb

#path_infoObject



199
# File 'lib/rack/request.rb', line 199

def path_info;       get_header(PATH_INFO).to_s                     end