Class: Yargraph::UndirectedGraph::Path
- Inherits:
-
Array
- Object
- Array
- Yargraph::UndirectedGraph::Path
- Defined in:
- lib/yargraph.rb
Instance Method Summary collapse
Instance Method Details
#copy ⇒ Object
461 462 463 |
# File 'lib/yargraph.rb', line 461 def copy Path.new(self) end |