W3cubDocs

/Ruby 2.7

class Bundler::CLI::Plugin

Parent:
Thor

Public Instance Methods

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

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