class Rake::TaskArguments

def method_missing(sym, *args)

Returns the value of the given argument via method_missing
def method_missing(sym, *args)
  lookup(sym.to_sym)
end