class Infoboxer::Tree::HTMLClosingTag

Represents orphan closing HTML tag. See {HTMLOpeningTag} for explanation.

Attributes

tag[R]

Public Class Methods

new(tag) click to toggle source
# File lib/infoboxer/tree/html.rb, line 67
def initialize(tag)
  @tag = tag
end

Public Instance Methods

descr() click to toggle source
# File lib/infoboxer/tree/html.rb, line 73
def descr
  "#{clean_class}:#{tag}"
end