Object
# File lib/rack/body_proxy.rb, line 11 11: def close 12: return if @closed 13: @closed = true 14: begin 15: @body.close if @body.respond_to? :close 16: ensure 17: @block.call 18: end 19: end
# File lib/rack/body_proxy.rb, line 21 21: def closed? 22: @closed 23: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.