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