Module: CPEE::ProcessTransformation::Struct

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#each(&a) ⇒ Object

{{{



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

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

#lengthObject



71
72
73
# File 'lib/cpee/processtransformation/structures.rb', line 71

def length
  @sub.length
end