This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
path()
Path for the scope.
# File lib/rake/scope.rb, line 5 def path map { |item| item.to_s }.reverse.join(":") end