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