# File lib/rake/task_arguments.rb, line 50 50: def method_missing(sym, *args, &block) 51: lookup(sym.to_sym) 52: end