Namespace
- CLASS Rake::Scope::EmptyScope
Methods
- P
- T
Constants
| EMPTY | = | EmptyScope.new |
Singleton null object for an empty scope. |
||
Instance Public methods
path()
Link
Path for the scope.
Source: show
# File lib/rake/scope.rb, line 5 def path map { |item| item.to_s }.reverse.join(":") end