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