Method: SGML#initialize

Defined in:
lib/rwd/sgml.rb

#initialize(*args) ⇒ SGML

Returns a new instance of SGML.



119
120
121
122
123
# File 'lib/rwd/sgml.rb', line 119

def initialize(*args)
  @tagcache = {}

  super
end