Method: CPEE::ProcessTransformation::Traces#shift_all

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

#shift_allObject



304
305
306
# File 'lib/cpee/processtransformation/structures.rb', line 304

def shift_all
  self.each{ |tr| tr.shift }
end