method

method_missing

method_missing(sym, *args)
public

No documentation available.

# File lib/rake/task_arguments.rb, line 61
    def method_missing(sym, *args)
      lookup(sym.to_sym)
    end