path()
Path for the scope.
# File lib/rake/scope.rb, line 5 def path map { |item| item.to_s }.reverse.join(":") end