method_missing(sym, *args)
Returns the value of the given argument via method_missing
# File lib/rake/task_arguments.rb, line 64 def method_missing(sym, *args) lookup(sym.to_sym) end