# File lib/puppet/simple_graph.rb, line 289
289:   def adjacent(vertex, options = {})
290:     return [] unless wrapper = @vertices[vertex]
291:     wrapper.adjacent(options)
292:   end