# File lib/rack/deflater.rb, line 113
      def initialize(body)
        @body = body
        @closed = false
      end