Method: Rake::NameSpace#scope

Defined in:
lib/rake/name_space.rb

#scopeObject

The scope of the namespace (a LinkedList)



27
28
29
# File 'lib/rake/name_space.rb', line 27

def scope
  @scope.dup
end