Flowdock
text=( foo ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/light/node.rb, line 137
                        def text=( foo )
                                replace = at(4).kind_of?(String)? 1 : 0
                                self._old_put(4,replace, normalizefoo)
                        end
Register or log in to add new notes.