Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
create_rule(*args, &block)
public
Define a rule for synthesizing tasks.
# File lib/rake/task.rb, line 369
def create_rule(*args, &block)
Rake.application.create_rule(*args, &block)
end