# File lib/rack/body_proxy.rb, line 11 def close return if @closed @closed = true @body.close if @body.respond_to? :close @block.call end