class Net::SSH::Test::Channel

def gets_eof

channel.gets_eof

Scripts the reception of an EOF packet from the remote end.
def gets_eof
  script.gets_channel_eof(self)
end