# File lib_wpm/wpm.rb, line 927 def each for component in @child_components yield(component) end nil end