class ActiveSupport::Gzip::Stream

def initialize(*)

def initialize(*)
  super
  set_encoding "BINARY"
end