class Net::SSH::Test::Script

def gets_channel_close(channel)

called via Net::SSH::Test::Channel#gets_close.
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