class ActiveSupport::Gzip::Stream

Public Class Methods

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

Public Instance Methods

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