Method: XRay::HTML::Element#auto_close?
- Defined in:
- lib/html/struct.rb
#auto_close? ⇒ Boolean
109 110 111 |
# File 'lib/html/struct.rb', line 109 def auto_close? AUTO_CLOSE_TAGS.include? tag_name.downcase end |
109 110 111 |
# File 'lib/html/struct.rb', line 109 def auto_close? AUTO_CLOSE_TAGS.include? tag_name.downcase end |