class Rake::TaskArguments

def method_missing(sym, *args)

def method_missing(sym, *args)
  lookup(sym.to_sym)
end