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