Sha256: d20802ca66c933915dfe788e6c0cddc115df72757ef6143c6604624b19f9ea3c

Contents?: true

Size: 336 Bytes

Versions: 40

Compression:

Stored size: 336 Bytes

Contents

require 'pact/matching_rules/extract'
require 'pact/matching_rules/merge'

module Pact
  module MatchingRules

    # @api public Used by pact-mock_service
    def self.extract object_graph
      Extract.(object_graph)
    end

    def self.merge object_graph, matching_rules
      Merge.(object_graph, matching_rules)
    end

  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
pact-support-1.4.0 lib/pact/matching_rules.rb
pact-support-1.3.1 lib/pact/matching_rules.rb
pact-support-1.3.0 lib/pact/matching_rules.rb
pact-support-1.2.99.alpha.1 lib/pact/matching_rules.rb
pact-support-1.3.0.alpha.2 lib/pact/matching_rules.rb
pact-support-1.3.0.alpha.1 lib/pact/matching_rules.rb
pact-support-1.2.5 lib/pact/matching_rules.rb
pact-support-1.2.4 lib/pact/matching_rules.rb
pact-support-1.2.3 lib/pact/matching_rules.rb
pact-support-1.2.2 lib/pact/matching_rules.rb
pact-support-1.2.1 lib/pact/matching_rules.rb
pact-support-1.2.0 lib/pact/matching_rules.rb
pact-support-1.1.8 lib/pact/matching_rules.rb
pact-support-1.1.7 lib/pact/matching_rules.rb
pact-support-1.1.6 lib/pact/matching_rules.rb
pact-support-1.1.5 lib/pact/matching_rules.rb
pact-support-1.1.4 lib/pact/matching_rules.rb
pact-support-1.1.3 lib/pact/matching_rules.rb
pact-support-1.1.2 lib/pact/matching_rules.rb
pact-support-1.1.1 lib/pact/matching_rules.rb