Method: CPEE::ProcessTransformation::Traces#remove

Defined in:
lib/cpee/processtransformation/structures.rb

#remove(trcs) ⇒ Object



263
264
265
266
267
# File 'lib/cpee/processtransformation/structures.rb', line 263

def remove(trcs)
  trcs.each do |t|
    self.delete(t)
  end
end