Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveSupport::Gzip::Stream

Public Class Methods

new(*) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.