Method: REXML::Light::Node#text=
- Defined in:
- lib/rexml/light/node.rb
#text=(foo) ⇒ Object
129 130 131 132 |
# File 'lib/rexml/light/node.rb', line 129 def text=( foo ) replace = at(4).kind_of?(String)? 1 : 0 self._old_put(4,replace, normalizefoo) end |