class PdfMatcher::DiffPdf::CommandNotAvailable

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/pdf_matcher/diff_pdf.rb, line 16
def initialize
  super 'pdf_matcher requires diff-pdf command, but it does not seem to be installed. ' \
        'Please install it and try again.'
end