class Net::SSH::Test::Script
def gets(type, *args)
A convenience method for adding an arbitrary remote packet to the events
def gets(type, *args) events << RemotePacket.new(type, *args) end
def gets(type, *args) events << RemotePacket.new(type, *args) end