Sha256: 36e126d264a970910fa941c3d8a8ab1131547d8a9002be55c8ff792ba04d5dc5

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Dry
  module Logic
    module Operations
      class Attr < Key
        def self.evaluator(name)
          Evaluator::Attr.new(name)
        end

        def type
          :attr
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-logic-1.6.0 lib/dry/logic/operations/attr.rb
dry-logic-1.5.0 lib/dry/logic/operations/attr.rb
dry-logic-1.4.0 lib/dry/logic/operations/attr.rb
dry-logic-1.3.0 lib/dry/logic/operations/attr.rb