class Net::SSH::Test::Script
def gets_channel_close(channel)
the given Net::SSH::Test::Channel +channel+. This will typically be
Scripts the reception of a channel close packet from the remote host by
def gets_channel_close(channel) events << RemotePacket.new(:channel_close, channel.local_id) end