# File lib/puppet/simple_graph.rb, line 236
236:     def vertex?(vertex)
237:         @vertices.include?(vertex)
238:     end