Html::Elem
# File misc/txt2html.rb, line 222 def initialize(hclass = nil) super('div') hclass(hclass) if hclass self end