class HTML::Tag

def tag?

Returns +true+, indicating that this node represents an HTML tag.
def tag?
  true
end