Html::Elem
# File misc/txt2html.rb, line 210 def initialize(href, text) super('a', {'href'=>href}, [text]) end