# File lib/html5/treebuilders/simpletree.rb, line 19 def initialize name super @name = name @value = nil @attributes = {} end