Classes: MatchPdf
9 10 11
# File 'lib/pdf_matcher/testing/matcher.rb', line 9 def match_pdf(expected_pdf, output_diff: nil) MatchPdf.new(expected_pdf, output_diff) end