123456789_123456789_123456789_123456789_123456789_

Class: Rake::Scope::EmptyScope

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, EmptyLinkedList
Instance Chain:
self, EmptyLinkedList
Inherits: EmptyLinkedList
  • Object
Defined in: lib/rake/scope.rb

Overview

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

Instance Method Summary

Instance Method Details

#path

[ GitHub ]

  
# File 'lib/rake/scope.rb', line 31

def path
  ""
end

#path_with_task_name(task_name)

[ GitHub ]

  
# File 'lib/rake/scope.rb', line 35

def path_with_task_name(task_name)
  task_name
end