# File lib_wpm/wpm.rb, line 3566 def make_page for component in @child_components component.make_page do |page_text| yield(page_text) end end nil end