Method: RHC::Vendor::Zlib::Inflate#<<
- Defined in:
- lib/rhc/vendor/zliby.rb
#<<(string) ⇒ Object
Appends data to the input stream
203 204 205 206 |
# File 'lib/rhc/vendor/zliby.rb', line 203 def <<(string) @zstring << string inflate end |