Class: RakeRunner
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(sym, *args, &b) ⇒ Object
14 15 16 17 |
# File 'lib/lsl/mapping/mapping.rb', line 14 def method_missing(sym,*args,&b) Rake::Task[sym].invoke "ran" end |