method
method_missing
v2_1_10 -
Show latest stable
- Class:
Rake::TaskArguments
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