Module: ToProcInterface::CallingService
- Includes:
- ToProcInterface
- Defined in:
- lib/to_proc_interface/calling_service.rb
Overview
Constant Summary
Constants included from ToProcInterface
Instance Attribute Summary
Attributes included from Mixin
Instance Method Summary collapse
-
#call ⇒ Object
Initializes an object with the given args and invokes it’s #call method without arguments.
Methods included from ToProcInterface
Instance Method Details
#call ⇒ Object
Initializes an object with the given args and invokes it’s #call method without arguments.
23 24 25 |
# File 'lib/to_proc_interface/calling_service.rb', line 23 def call(...) new(...).call end |