# File lib/net/ssh/test/local_packet.rb, line 16
16:     def initialize(type, *args, &block)
17:       super(type, *args)
18:       @init = block
19:     end