class Net::SSH::Test::Script

def gets(type, *args)

list.
A convenience method for adding an arbitrary remote packet to the events
def gets(type, *args)
  events << RemotePacket.new(type, *args)
end