# File lib/action_controller/vendor/rack-1.0/rack/commonlogger.rb, line 29 def <<(str) @env["rack.errors"].write(str) @env["rack.errors"].flush end