# File lib/puppet/simple_graph.rb, line 21 21: def initialize(vertex) 22: @vertex = vertex 23: @adjacencies = {:in => {}, :out => {}} 24: end