Libraries
»
htmltools
(1.10)
»
Index
»
HTML
»
StackingParser
»
#parent_tag
Method: HTML::StackingParser#parent_tag
Defined in:
lib/html/stparser.rb
#
parent_tag
⇒
Object
20
# File 'lib/html/stparser.rb', line 20
def
parent_tag
;
@tagStack
[
-
2
]
||
'
html
'
;
end