class Net::SSH::Test::Channel

def sends_close

channel.sends_close

Scripts the sending of a "channel close" packet across the channel.
def sends_close
  script.sends_channel_close(self)
end