class Net::SSH::Test::Script

def gets_channel_data(channel, data)

called via Net::SSH::Test::Channel#gets_data.
the given Net::SSH::Test::Channel +channel+. This will typically be
Scripts the reception of a channel data packet from the remote host by
def gets_channel_data(channel, data)
  events << RemotePacket.new(:channel_data, channel.local_id, data)
end