# File lib/puppet/simple_graph.rb, line 105 105: def initialize 106: @vertices = {} 107: @edges = [] 108: end