Class: CloseTag

Inherits:
Tag show all
Defined in:
lib/rwd/sgml.rb

Instance Attribute Summary

Attributes inherited from Tag

#args

Attributes inherited from TreeObject

#children, #closed, #level, #parent, #subtype, #text, #upordown, #visible

Instance Method Summary collapse

Methods inherited from SGMLObject

#to_h, #to_s, #to_x

Methods inherited from TreeObject

#inspect, #previous

Methods included from ParseTree

#parsetree

Methods included from TextArray

#textarray

Constructor Details

#initialize(*args) ⇒ CloseTag

Returns a new instance of CloseTag.



112
113
114
115
# File 'lib/rwd/sgml.rb', line 112

def initialize(*args)
  super
  @upordown = Dummy
end