Sha256: 0d224478cf5aad4135510c7bad76350964a3c1fdaf9ec7d16527ae891bc24db1

Contents?: true

Size: 304 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
dry-matcher-0.9.0 lib/dry/matcher/either_matcher.rb
dry-matcher-0.8.3 lib/dry/matcher/either_matcher.rb
dry-matcher-0.8.2 lib/dry/matcher/either_matcher.rb
dry-matcher-0.8.1 lib/dry/matcher/either_matcher.rb
dry-matcher-0.8.0 lib/dry/matcher/either_matcher.rb