class Protocol::HTTP2::Dependency

def inspect

def inspect
	"\#<#{self.class} id=#{@id} parent id=#{@parent&.id} weight=#{@weight} #{@children&.size || 0} children>"
end