Method: HTML::Tag#name
- Defined in:
- lib/action_controller/vendor/html-scanner/html/node.rb
#name ⇒ Object (readonly)
The name of this tag.
292 293 294 |
# File 'lib/action_controller/vendor/html-scanner/html/node.rb', line 292 def name @name end |