Class: Zlib::GzipWriter

Inherits:
Object
  • Object
show all
Defined in:
lib/ixtlan/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#<<(arg) ⇒ Object



4
5
6
# File 'lib/ixtlan/monkey_patches.rb', line 4

def <<(arg)
  write(arg)
end