Method: Pact::MatchingRules::V3::Merge.call

Defined in:
lib/pact/matching_rules/v3/merge.rb

.call(expected, matching_rules, root_path = '$') ⇒ Object



9
10
11
# File 'lib/pact/matching_rules/v3/merge.rb', line 9

def self.call expected, matching_rules, root_path = '$'
  new(expected, matching_rules, root_path).call
end