class Net::SSH::Test::Channel

def sends_eof

channel.sends_eof

Scripts the sending of an EOF packet across the channel.
def sends_eof
  script.sends_channel_eof(self)
end