method
read
v2.3.8 -
Show latest stable
- Class:
ActionController::CGIHandler::ProperStream
read(*args)public
No documentation available.
# File actionpack/lib/action_controller/cgi_process.rb, line 12
def read(*args)
if args.empty?
super || ""
else
super
end
end