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