Method: Rack::Request::Helpers#path_info

Defined in:
lib/rack/request.rb

#path_infoObject

[View source]

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

def path_info;       get_header(PATH_INFO).to_s                     end