Method: CPEE::ProcessTransformation::Traces#shift_all
- Defined in:
- lib/cpee/processtransformation/structures.rb
#shift_all ⇒ Object
304 305 306 |
# File 'lib/cpee/processtransformation/structures.rb', line 304 def shift_all self.each{ |tr| tr.shift } end |