Module: Callee

Defined in:
lib/callee.rb,
lib/callee/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.3.6"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(other) ⇒ Object



5
6
7
8
# File 'lib/callee.rb', line 5

def self.included(other)
  other.extend(Dry::Initializer)
  other.extend(ClassMethods)
end

Instance Method Details

#callObject



20
21
22
# File 'lib/callee.rb', line 20

def call
  raise "Not implemented"
end