Method: Hx::Interop::Channel#put

Defined in:
lib/interop/channel.rb

#put(*objects) ⇒ Object



63
64
65
66
# File 'lib/interop/channel.rb', line 63

def put(*objects)
  objects.each &method(:<<)
  self
end