Method: CPEE::ProcessTransformation::Traces#shortest

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

#shortestObject



289
290
291
# File 'lib/cpee/processtransformation/structures.rb', line 289

def shortest
  self.min_by{|e|e.length}
end