Sha256: 3c17db29b6754bcc30f24c97f6b787908b41312271434011c2658cd5dbf63608
Contents?: true
Size: 244 Bytes
Versions: 61
Compression:
Stored size: 244 Bytes
Contents
module Pact class TextDiffer def self.call expected, actual, options = {} require 'pact/matchers' # avoid recursive loop between this file and pact/matchers ::Pact::Matchers.diff expected, actual, options end end end
Version data entries
61 entries across 61 versions & 2 rubygems