class Doc2Text::Odt::XmlNodes::Text::LineBreak

Public Instance Methods

open() click to toggle source
# File lib/doc2text/odt/odt_xml_namespaces.rb, line 174
def open
  '<br/>'
end