# File scripts/ad.rb, line 55
    def get_marked_text
      s = ""
      @text_portions.keys.sort.each do |i|
        s += @text_portions[i].to_s
      end
      return s
    end