Method: Graph::Thingy#initialize_copy
- Defined in:
- lib/graph.rb
#initialize_copy(other) ⇒ Object
:nodoc:
384 385 386 387 |
# File 'lib/graph.rb', line 384 def initialize_copy other # :nodoc: super self.attributes = other.attributes.dup end |