method

new

rails latest stable - Class: ActiveSupport::Gzip::Stream
new(*)
public

No documentation available.

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