# File lib/rake.rb, line 920
920: def rule(*args, &block)
921:   Rake::Task.create_rule(*args, &block)
922: end