tag?()
Returns true, indicating that this node represents an HTML tag.
# File actionpack/lib/action_controller/vendor/html-scanner/html/node.rb, line 338 def tag? true end