Sha256: e59a3c8fe7fb8e3476eac0d78c7de18452e15733edaddc7b997341054b2268e5
Contents?: true
Size: 339 Bytes
Versions: 6
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true module Coactive module Lookups class Base def initialize(klass, coactant) @klass = klass @coactant = coactant @config = @klass.coactive_config end def call end class << self def callable?(coactant) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems