class Net::SSH::Test::Script
def gets_channel_extended_data(channel, data)
be called via Net::SSH::Test::Channel#gets_extended_data.
host by the given Net::SSH::Test::Channel +channel+. This will typically
Scripts the reception of a channel extended data packet from the remote
def gets_channel_extended_data(channel, data) events << RemotePacket.new(:channel_extended_data, channel.local_id, 1, data) end