Method: Plaintext::OfficeDocumentHandler#initialize
- Defined in:
- lib/plaintext/file_handler/zipped_xml_handler/office_document_handler.rb
#initialize ⇒ OfficeDocumentHandler
Returns a new instance of OfficeDocumentHandler.
6 7 8 9 |
# File 'lib/plaintext/file_handler/zipped_xml_handler/office_document_handler.rb', line 6 def initialize super @element = 't' end |