class Bundler::CLI::Plugin

Parent:
Thor

Public Instance Methods

install(*plugins) Show source
# File lib/bundler/cli/plugin.rb, line 20
def install(*plugins)
  Bundler::Plugin.install(plugins, options)
end

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.