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