63 64 65 66
# File 'lib/interop/channel.rb', line 63 def put(*objects) objects.each &method(:<<) self end