Method: CPEE::ProcessTransformation::Traces#initialize_copy
- Defined in:
- lib/cpee/processtransformation/structures.rb
#initialize_copy(other) ⇒ Object
{{{
258 259 260 261 |
# File 'lib/cpee/processtransformation/structures.rb', line 258 def initialize_copy(other) super self.map!{ |t| t.dup } end |