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