Sha256: 9cf4f5e5df6a6069f29ceb62d40f57e693974acbdcc0260a8b7d4b0048dfc19c

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

require "dry/core/deprecations"
require "dry/matcher/result_matcher"

module Dry
  class Matcher
    extend Dry::Core::Deprecations[:"dry-matcher"]

    EitherMatcher = ResultMatcher

    deprecate_constant(:EitherMatcher, message: "Dry::Matcher::ResultMatcher")
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-matcher-1.0.0 lib/dry/matcher/either_matcher.rb
dry-matcher-0.10.0 lib/dry/matcher/either_matcher.rb