Class: Yargraph::UndirectedGraph::Path

Inherits:
Array
  • Object
show all
Defined in:
lib/yargraph.rb

Instance Method Summary collapse

Instance Method Details

#copyObject



460
461
462
# File 'lib/yargraph.rb', line 460

def copy
  Path.new(self)
end