# File lib/puppet/simple_graph.rb, line 232 232: def vertex?(vertex) 233: @vertices.include?(vertex) 234: end