class Html::Br

Public Class Methods

new() click to toggle source
Calls superclass method Html::Elem.new
# File misc/txt2html.rb, line 241
def initialize
        super('br', nil, false)
end