# File lib/rake.rb, line 665
665:     def set_arg_names(args)
666:       @arg_names = args.map { |a| a.to_sym }
667:     end