class Net::SSH::Test::Channel

def gets_close

channel.gets_close

Scripts the reception of a "channel close" packet from the remote end.
def gets_close
  script.gets_channel_close(self)
end