Libraries
»
activesupport
(2.3.18)
»
Index (S)
»
ActiveSupport
»
Gzip
»
Stream
Class: ActiveSupport::Gzip::Stream
Inherits:
StringIO
Object
StringIO
ActiveSupport::Gzip::Stream
show all
Defined in:
lib/active_support/gzip.rb
Instance Method Summary
collapse
#
close
⇒ Object
Instance Method Details
#
close
⇒
Object
8
# File 'lib/active_support/gzip.rb', line 8
def
close
;
rewind
;
end