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