Method: CPEE::ProcessTransformation::Traces#shortest
- Defined in:
- lib/cpee/processtransformation/structures.rb
#shortest ⇒ Object
289 290 291 |
# File 'lib/cpee/processtransformation/structures.rb', line 289 def shortest self.min_by{|e|e.length} end |