instance method
stdinput
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
stdinput()
Used to wrap the normal stdinput variable used inside CGI.
Source
# File actionpack/lib/action_controller/rack_process.rb, line 293
def stdinput
@input
end
Defined in actionpack/lib/action_controller/rack_process.rb line 293
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::CGIWrapper