Method: Lev::Routine::ClassMethods#call

Defined in:
lib/lev/routine.rb

#call(*args, &block) ⇒ Object



194
195
196
# File 'lib/lev/routine.rb', line 194

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