Method: CPEE::ProcessTransformation::Struct#each

Defined in:
lib/cpee/processtransformation/structures.rb

#each(&a) ⇒ Object

{{{



31
32
33
# File 'lib/cpee/processtransformation/structures.rb', line 31

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