Module: Comandor::ClassMethods

Defined in:
lib/comandor.rb

Overview

ClassName.perform

Instance Method Summary collapse

Instance Method Details

#perform(*args, &block) ⇒ Object



17
18
19
# File 'lib/comandor.rb', line 17

def perform(*args, &block)
  new.perform(*args, &block)
end