Source: show | on GitHub
# File activesupport/lib/active_support/gzip.rb, line 9 def initialize(*) super set_encoding "BINARY" if "".encoding_aware? end
# File activesupport/lib/active_support/gzip.rb, line 13 def close; rewind; end