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