Class: ActiveSupport::Gzip::Stream
- Inherits:
-
StringIO
- Object
- StringIO
- ActiveSupport::Gzip::Stream
- Defined in:
- activesupport/lib/active_support/gzip.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) close
8 |
# File 'activesupport/lib/active_support/gzip.rb', line 8 def close; rewind; end |