Method: ActiveOperation::Base.to_proc

Defined in:
lib/active_operation/base.rb

.to_procObject



62
63
64
65
66
# File 'lib/active_operation/base.rb', line 62

def to_proc
  ->(*args) {
    perform(*args)
  }
end