# File lib/rake.rb, line 501
501: def rule(args, &block)
502:   Rake::Task.create_rule(args, &block)
503: end