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