# File lib_wpm/wpm.rb, line 1849
    def view
      @another_page.make_page do |page_text|
        yield(page_text)
      end

      nil
    end