class Bundler::Plugin::API

def tmp(*names)

Returns:
  • (Pathname) - object for the new directory created
def tmp(*names)
  Bundler.tmp(["plugin", *names].join("-"))
end