Class | Rudy::Routines::Base |
In: |
lib/rudy/routines/base.rb
|
Parent: | Object |
machines | [R] | An Array Rudy::Machines objects that will be processed |
option and argv are made available to the routine block.
routines do magic do |options,argv| ... end end