Sha256: 8dc5d746ba3be5fe810b037164184bcad253f167d3971f220b6128b9afbcac7a

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

module Fear
  module Extractor
    # @abstract
    class ArraySplatMatcher < Matcher
      def defined_at?(_other)
        true
      end

      def bindings(_)
        EMPTY_HASH
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fear-1.1.0 lib/fear/extractor/array_splat_matcher.rb