Module: Izokatu::Callable

Overview

Shared call method for classes

Instance Method Summary collapse

Instance Method Details

#callObject

Public call method for classes

Since:

  • 0.1.0



9
10
11
# File 'lib/izokatu/callable.rb', line 9

def call(...)
  new(...).perform
end