class Html::Hr
Public Class Methods
new()
click to toggle source
Calls superclass method
Html::Elem::new
# File misc/txt2html.rb, line 247 def initialize super('hr', nil, false) end