# File lib/rake.rb, line 902
902: def rule(*args, &block)
903:   Rake::Task.create_rule(*args, &block)
904: end