class XML::Smart::Dom::Text
Public Class Methods
Public Instance Methods
Source
# File lib/xml/smart_domtext.rb, line 16 def text=(t); @node.content = t.to_s if t.respond_to? :to_s; end
# File lib/xml/smart_domtext.rb, line 16 def text=(t); @node.content = t.to_s if t.respond_to? :to_s; end