# File lib/rake/dsl_definition.rb, line 103
103:     def rule(*args, &block)
104:       Rake::Task.create_rule(*args, &block)
105:     end