Skip to Content Skip to Search
Methods
C
N

Class Public methods

new(*)

# File activesupport/lib/active_support/gzip.rb, line 19
def initialize(*)
  super
  set_encoding "BINARY"
end

Instance Public methods

close()

# File activesupport/lib/active_support/gzip.rb, line 23
def close; rewind; end