# File lib/net/ssh/packet.rb, line 73 73: def initialize(payload) 74: @named_elements = {} 75: super 76: @type = read_byte 77: instantiate! 78: end