Method: SmartCore::Operation.call
- Defined in:
- lib/smart_core/operation.rb
.call(*arguments, **options, &block) ⇒ SmartCore::Operation::Success, SmartCore::Operation::Failure
27 28 29 |
# File 'lib/smart_core/operation.rb', line 27 def call(*arguments, **, &block) new(*arguments, **).call(&block) end |