Libraries
»
yargraph
(0.0.1)
»
Index (P)
»
Yargraph
»
UndirectedGraph
»
Path
Class: Yargraph::UndirectedGraph::Path
Inherits:
Array
Object
Array
Yargraph::UndirectedGraph::Path
show all
Defined in:
lib/yargraph.rb
Instance Method Summary
collapse
#
copy
⇒ Object
Instance Method Details
#
copy
⇒
Object
436 437 438
# File 'lib/yargraph.rb', line 436
def
copy
Path
.
new
(
self
)
end