Method: ParseHTML#open_tags

Defined in:
lib/parsehtml.rb

#open_tagsObject (readonly)

list of open tags (array)

  • count this to get current depth



143
144
145
# File 'lib/parsehtml.rb', line 143

def open_tags
  @open_tags
end