# File lib/maruku/html.rb, line 62 def first_node_name first_child = @fragment.children.first first_child ? first_child.name : nil end