# File lib/net/ssh/test/packet.rb, line 23 23: def initialize(type, *args) 24: @type = self.class.const_get(type.to_s.upcase) 25: @data = args 26: end