5 6 7 8 9
# File 'lib/dryml/parser/text.rb', line 5 def parent=(parent) # Bypass immediate super REXML::Child.instance_method(:parent=).bind(self).call(parent) Text.check(@string, /</, nil) if @raw and @parent && Text.respond_to?(:check) end