Module: Mandy::DSL
- Defined in:
- lib/mandy/dsl.rb
Instance Method Summary collapse
Instance Method Details
#job(name, &blk) ⇒ Object
3 4 5 |
# File 'lib/mandy/dsl.rb', line 3 def job(name, &blk) raise "Mandy::DSL has been deprecated please use Mandy.job instead" end |