class Plaintext::DocHandler
Constants
- CONTENT_TYPES
- DEFAULT
Public Class Methods
new()
click to toggle source
# File lib/plaintext/file_handler/external_command_handler/doc_handler.rb, line 12 def initialize @content_types = CONTENT_TYPES @command = Plaintext::Configuration['catdoc'] || DEFAULT end