class Rake::Scope::EmptyScope

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

Public Instance Methods

path() click to toggle source
# File lib/rake/scope.rb, line 30
def path
  ""
end
path_with_task_name(task_name) click to toggle source
# File lib/rake/scope.rb, line 34
def path_with_task_name(task_name)
  task_name
end