method
text=
v1_9_3_125 -
Show latest stable
- Class:
REXML::Light::Node
text=( foo )public
No documentation available.
# File lib/rexml/light/node.rb, line 136
def text=( foo )
replace = at(4).kind_of?(String)? 1 : 0
self._old_put(4,replace, normalizefoo)
end