# File lib/rack/deflater.rb, line 54
      def initialize(body, mtime)
        @body = body
        @mtime = mtime
      end