Module: OnContainer::Common::Performable::ClassMethods
- Defined in:
- lib/on_container/common/performable.rb
Instance Method Summary collapse
Instance Method Details
#perform!(*args, **kargs) ⇒ Object
11 12 13 |
# File 'lib/on_container/common/performable.rb', line 11 def perform!(*args, **kargs) new(*args, **kargs).perform! end |