Method: HTMLParser#anchor_end

Defined in:
lib/web/htmlparser/html-parser.rb

#anchor_endObject



54
55
56
57
58
59
# File 'lib/web/htmlparser/html-parser.rb', line 54

def anchor_end
  if @anchor
    #handle_data(format "[%d]", @anchorlist.length)

    @anchor = nil
  end
end