Sha256: e31974eb39c4ddfc7d1f81f4f0826a373936573adff184b3c614467e97be14c9

Contents?: true

Size: 273 Bytes

Versions: 4

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

module Fear
  # @api private
  class NonePatternMatch < OptionPatternMatch
    # @param conditions [<#==>]
    # @return [Fear::OptionPatternMatch]
    def some(*_conditions)
      self
    end
  end

  private_constant :NonePatternMatch
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fear-2.0.1 lib/fear/none_pattern_match.rb
fear-2.0.0 lib/fear/none_pattern_match.rb
fear-1.2.0 lib/fear/none_pattern_match.rb
fear-1.1.0 lib/fear/none_pattern_match.rb