class PdfMatcher::MatchResult

Public Instance Methods

diff_pdf_data() click to toggle source
# File lib/pdf_matcher/match_result.rb, line 16
def diff_pdf_data
  @diff_pdf_data ||= diff_pdf_path&.binread
end