class DocRipper::Formats::MsDocRipper
Public Instance Methods
rip()
click to toggle source
# File lib/doc_ripper/formats/ms_doc_ripper.rb, line 5 def rip @text ||= %x(antiword #{to_shell(file_path)}) end
# File lib/doc_ripper/formats/ms_doc_ripper.rb, line 5 def rip @text ||= %x(antiword #{to_shell(file_path)}) end