# File lib_wpm/wpm.rb, line 1637 def view execute do |component| component.make_page do |page_text| yield(page_text) end end nil end