Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
opt
/
ruby-2.7
/
usr
/
share
/
ri
/
2.7.0
/
system
/
REXML
/
Text
/
//proc/thread-self/root/proc/self/root/opt/ruby-2.7/usr/share/ri/2.7.0/system/REXML/Text/to_s-i.ri
U:RDoc::AnyMethod[iI" to_s:ETI"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::BlankLine o: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