Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
path()
public
No documentation available.
# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1122
def path
if @path
File.path(@path)
else
join(@prefix, @rel)
end
end