Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/pj/runner.rb

Instance Method Summary collapse

Instance Method Details

#task(name, &block) ⇒ Object



5
6
7
# File 'lib/pj/runner.rb', line 5

def task(name, &block)
  define_method(name, &block)
end