class Rake::Scope::EmptyScope

Object Pattern)
Scope lists always end with an EmptyScope object. See Null

def path

def path
  ""
end

def path_with_task_name(task_name)

def path_with_task_name(task_name)
  task_name
end