# File lib/prawn/document/internals.rb, line 48
      def add_content(str)
        page.content << str << "\n"
      end