Lookup a task. Return an existing task if found, otherwise create a task of the current type.
# File rake.rb, line 1625 def intern(task_class, task_name) @tasks[task_name.to_s] ||= task_class.new(task_name, self) end
<code/>
<pre/>
<code/>and<pre/>for code samples.