Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
method_missing(sym, *args)
public
# File lib/rake/task_arguments.rb, line 64
def method_missing(sym, *args)
lookup(sym.to_sym)
end