Method: Doc2Text::Odt::Content::Document#characters
- Defined in:
- lib/doc2text/content.rb
#characters(string) ⇒ Object
17 18 19 20 21 |
# File 'lib/doc2text/content.rb', line 17 def characters(string) unless string.strip.empty? @markdown_odt_parser.text string end end |