Method: Plexus::UndirectedGraphBuilder::Algorithms#directed?
- Defined in:
- lib/plexus/undirected_graph/algorithms.rb
#directed? ⇒ Boolean
UndirectedGraph is by definition undirected, always returns false
10 |
# File 'lib/plexus/undirected_graph/algorithms.rb', line 10 def directed?() false; end |