Method: HTML::StackingParser#parent_tag

Defined in:
lib/html/stparser.rb

#parent_tagObject



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

def parent_tag; @tagStack[-2] || 'html'; end