# File lib/rake.rb, line 283 283: def lookup(task_name) 284: name = task_name.to_s 285: TASKS[name] ||= self.new(task_name) 286: end