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