class ActiveSupport::Gzip::Stream

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/active_support/gzip.rb, line 9
def initialize(*)
  super
  set_encoding "BINARY" if "".encoding_aware?
end

Public Instance Methods

close() click to toggle source
# File lib/active_support/gzip.rb, line 13
def close; rewind; end