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

{{{



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

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

#lengthObject



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

def length
  @sub.length
end