Module: CPEE::ProcessTransformation::Struct

Included in:
Conditional, Parallel
Defined in:
lib/cpee/processtransformation/structures.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#each(&a) ⇒ Object

{{{



66
67
68
# File 'lib/cpee/processtransformation/structures.rb', line 66

def each(&a)
  @sub.each{|s| a.call(s)}
end

#lengthObject



69
70
71
# File 'lib/cpee/processtransformation/structures.rb', line 69

def length
  @sub.length
end