| Server IP : 170.10.162.208 / Your IP : 216.73.216.38 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/ |
Upload File : |
--- !ruby/object:RI::ClassDescription
attributes: []
class_methods:
- !ruby/object:RI::MethodSummary
name: release
- !ruby/object:RI::MethodSummary
name: version
comment:
- !ruby/struct:SM::Flow::P
body: The Rack main module, serving as a namespace for all core Rack modules and classes.
- !ruby/struct:SM::Flow::P
body: All modules meant for use in your application are <tt>autoload</tt>ed here, so it should be enough just to <tt>require rack.rb</tt> in your code.
constants:
- !ruby/object:RI::Constant
comment:
- !ruby/struct:SM::Flow::P
body: The Rack protocol version number implemented.
name: VERSION
value: "[1,3]"
- !ruby/object:RI::Constant
comment:
name: PATH_INFO
value: "'PATH_INFO'.freeze"
- !ruby/object:RI::Constant
comment:
name: REQUEST_METHOD
value: "'REQUEST_METHOD'.freeze"
- !ruby/object:RI::Constant
comment:
name: SCRIPT_NAME
value: "'SCRIPT_NAME'.freeze"
- !ruby/object:RI::Constant
comment:
name: QUERY_STRING
value: "'QUERY_STRING'.freeze"
- !ruby/object:RI::Constant
comment:
name: CACHE_CONTROL
value: "'Cache-Control'.freeze"
- !ruby/object:RI::Constant
comment:
name: CONTENT_LENGTH
value: "'Content-Length'.freeze"
- !ruby/object:RI::Constant
comment:
name: CONTENT_TYPE
value: "'Content-Type'.freeze"
- !ruby/object:RI::Constant
comment:
name: GET
value: "'GET'.freeze"
- !ruby/object:RI::Constant
comment:
name: HEAD
value: "'HEAD'.freeze"
full_name: Rack
includes: []
instance_methods:
- !ruby/object:RI::MethodSummary
name: call
- !ruby/object:RI::MethodSummary
name: parse_nested_query
name: Rack
superclass: