# File lib/rake.rb, line 311 311: def lookup(task_name) 312: name = task_name.to_s 313: TASKS[name] ||= self.new(task_name) 314: end