Module: Execution

Extended by:
ActiveSupport::Concern
Included in:
Facio::Service
Defined in:
lib/facio/concerns/execution.rb

Instance Method Summary collapse

Instance Method Details

#facio_perform_with_arguments(*args) ⇒ Object



4
5
6
# File 'lib/facio/concerns/execution.rb', line 4

def facio_perform_with_arguments(*args)
  facio_perform_without_arguments
end