Apply the scope to the task name according to the rules for this kind of task. Generic tasks will accept the scope as part of the name.
# File rake.rb, line 662 def scope_name(scope, task_name) (scope + [task_name]).join(':') end
<code/>
<pre/>
<code/>and<pre/>for code samples.