31 32 33 34
# File 'lib/infoboxer/parser/html.rb', line 31 def html_br @context.skip(/br\s*>/) HTMLTag.new('br', {}) end