class Net::SSH::Test::LocalPacket

def local?

Returns +true+; this is a local packet.
def local?
  true
end