Libraries
»
fdlint
(0.1.2)
»
Index
»
XRay
»
HTML
»
TextElement
»
#to_s
Method: XRay::HTML::TextElement#to_s
Defined in:
lib/html/struct.rb
#
to_s
⇒
Object
197 198 199
# File 'lib/html/struct.rb', line 197
def
to_s
"
[TEXT:
#{
text
}
]
"
end