# File lib/rake/task_arguments.rb, line 46
46:     def method_missing(sym, *args, &block)
47:       lookup(sym.to_sym)
48:     end