class Plaintext::PptHandler

Constants

CONTENT_TYPES
DEFAULT

Public Class Methods

new() click to toggle source
# File lib/plaintext/file_handler/external_command_handler/ppt_handler.rb, line 12
def initialize
  @content_types = CONTENT_TYPES
  @command = Plaintext::Configuration['catppt'] || DEFAULT
end