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