# File lib/puppet/simple_graph.rb, line 293
293:     def adjacent(vertex, options = {})
294:         return [] unless wrapper = @vertices[vertex]
295:         return wrapper.adjacent(options)
296:     end