Module: Callable

Included in:
Processor, Services::Log::Store
Defined in:
lib/modules/callable.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
# File 'lib/modules/callable.rb', line 4

def call(...)
  new(...).execute
end