module PdfMatcher::Testing::Matcher

Public Instance Methods

match_pdf(expected_pdf, output_diff: nil) click to toggle source
# File lib/pdf_matcher/testing/matcher.rb, line 9
def match_pdf(expected_pdf, output_diff: nil)
  MatchPdf.new(expected_pdf, output_diff)
end