class Net::SSH::Test::Script

def sends_channel_close(channel)

Net::SSH::Test::Channel#sends_close.
Net::SSH::Test::Channel +channel+. This will typically be called via
Scripts the sending of a channel close packet from the given
def sends_channel_close(channel)
  events << LocalPacket.new(:channel_close, channel.remote_id)
end