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