Module: Izokatu::Callable
- Included in:
- ActionCallOptionsSelector, ActionCallSelector, Decrypter, Encrypter, Exporter, FileImporter, FunctionImporter, KeysGenerator
- Defined in:
- lib/izokatu/callable.rb
Overview
Shared call method for classes
Instance Method Summary collapse
-
#call ⇒ Object
Public call method for classes.
Instance Method Details
#call ⇒ Object
Public call method for classes
9 10 11 |
# File 'lib/izokatu/callable.rb', line 9 def call(...) new(...).perform end |