Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
tmp(*names)
public
A tmp dir to be used by plugins
Accepts names that get concatenated as suffix
@return [Pathname] object for the new
directory created
# File lib/bundler/plugin/api.rb, line 63
def tmp(*names)
Bundler.tmp(["plugin", *names].join("-"))
end