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