Method: Infoboxer::Parser::HTML#html_br

Defined in:
lib/infoboxer/parser/html.rb

#html_brObject



31
32
33
34
# File 'lib/infoboxer/parser/html.rb', line 31

def html_br
  @context.skip(/br\s*>/)
  HTMLTag.new('br', {})
end