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