# File lib/rake.rb, line 651
651: def rule(args, &block)
652:   Rake::Task.create_rule(args, &block)
653: end