Module: ToProcInterface::PerformingService
- Includes:
- ToProcInterface
- Defined in:
- lib/to_proc_interface/performing_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 #perform method without arguments.
Methods included from ToProcInterface
Instance Method Details
#call ⇒ Object
Initializes an object with the given args and invokes it’s #perform method without arguments.
23 24 25 |
# File 'lib/to_proc_interface/performing_service.rb', line 23 def call(...) new(...).perform end |