lib/arbre/html/text_node.rb in arbre-1.7.0 vs lib/arbre/html/text_node.rb in arbre-2.0.0

- old
+ new

@@ -3,10 +3,9 @@ module Arbre module HTML class TextNode < Element - builder_method :text_node # Builds a text node from a string def self.from_string(string) node = new