class Rake::Task

def name

Name of the task, including any namespace qualifiers.
def name
  @name.to_s
end