class Html::Br

Public Class Methods

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