module Izokatu::Callable
Shared call method for classes
Public Instance Methods
call(...)
click to toggle source
Public call method for classes
@since 0.1.0
# File lib/izokatu/callable.rb, line 9 def call(...) new(...).perform end