Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveSupport::Gzip::Stream

Public Class Methods

new(*) click to toggle source
# File lib/active_support/gzip.rb, line 8
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 12
def close; rewind; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.