# File lib/rack/deflater.rb, line 127 def close return if @closed @closed = true @body.close if @body.respond_to?(:close) end