62 63 64 65 66
# File 'lib/active_operation/base.rb', line 62 def to_proc ->(*args) { perform(*args) } end