Sha256: d4b2a98361a4b11e3d5038b0b21b636566f162a18c6ee25518964c1c786473ea
Contents?: true
Size: 310 Bytes
Versions: 4
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module IIInteractor module Lookups class Base def initialize(klass, interaction) @klass = klass @interaction = interaction end def call end class << self def call?(interaction) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems