Sha256: 52b730df50934e86aae25b7e997328d0d3408ae9e9fefd442375908106437baa
Contents?: true
Size: 254 Bytes
Versions: 7
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true module SimpleTextExtract module FormatExtractor class Doc < Base def extract return nil if missing_dependency?('antiword') `antiword #{Shellwords.escape(file.path)}` end end end end
Version data entries
7 entries across 7 versions & 1 rubygems