Delegates to github.com/pact-foundation/pact-support/blob/master/lib/pact/matchers/matchers.rb#L25.
Delegates to github.com/pact-foundation/pact-support/blob/master/lib/pact/matchers/matchers.rb#L25
5 6 7 8
# File 'lib/pact/shared/json_differ.rb', line 5 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