Method: CPEE::ProcessTransformation::Traces#remove_empty
- Defined in:
- lib/cpee/processtransformation/structures.rb
#remove_empty ⇒ Object
278 279 280 |
# File 'lib/cpee/processtransformation/structures.rb', line 278 def remove_empty self.delete_if{|t| t.empty? } end |