Method: HTML::StackingParser#last_tag

Defined in:
lib/html/stparser.rb

#last_tagObject



18
# File 'lib/html/stparser.rb', line 18

def last_tag; @tagStack[-1] || 'html'; end