U:RDoc::AnyMethod[iI" to_s:EFI"REXML::Text#to_s;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [ I"HReturns the string value of this text node. This string is always ;TI"Gescaped, meaning that it is a valid XML text node string, and all ;TI"Mentities that can be escaped, have been inserted. This method respects ;TI".the entity filter set in the constructor.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [ I"H# Assume that the entity "s" is defined to be "sean", and that the ;TI"-# entity "r" is defined to be "russell" ;TI"Bt = Text.new( "< & sean russell", false, nil, false, ['s'] ) ;TI"+t.to_s #-> "< & &s; russell" ;TI":t = Text.new( "< & &s; russell", false, nil, false ) ;TI"+t.to_s #-> "< & &s; russell" ;TI"6u = Text.new( "sean russell", false, nil, true ) ;TI" u.to_s #-> "sean russell";T: @format0: @fileI"lib/rexml/text.rb;T:0@omit_headings_from_table_of_contents_below000[I"();T@FI" Text;TcRDoc::NormalClass00