Method: Tag#initialize

Defined in:
lib/rwd/sgml.rb

#initialize(subtype, args = {}) ⇒ Tag

Returns a new instance of Tag.



75
76
77
78
79
# File 'lib/rwd/sgml.rb', line 75

def initialize(subtype, args={})
  super(subtype)
  @args = args
  @text = ""
end