Method: Puppet::Graph::SimpleGraph#directed?

Defined in:
lib/puppet/graph/simple_graph.rb

#directed?Boolean

Whether our graph is directed. Always true. Used to produce dot files.

Returns:

  • (Boolean)


54
55
56
# File 'lib/puppet/graph/simple_graph.rb', line 54

def directed?
  true
end