class Net::SSH::Test::LocalPacket

def initialize(type, *args, &block)

packet when #process is first called.
optional block, which is used to finalize the initialization of the
Extend the default Net::SSH::Test::Packet constructor to also accept an
def initialize(type, *args, &block)
  super(type, *args)
  @init = block
end