Method: Doc2Text::Odt::Document#open
- Defined in:
- lib/doc2text/odt.rb
#open(filename) ⇒ Object
Open file from the current odt
53 54 55 |
# File 'lib/doc2text/odt.rb', line 53 def open(filename) File.open File.join(extract_path, filename), 'r' end |