# File lib/rake.rb, line 831
831: def rule(*args, &block)
832:   Rake::Task.create_rule(*args, &block)
833: end