Parent

Methods

Class Index [+]

Quicksearch

ActiveSupport::Gzip::Stream

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.