On this page
class Bundler::CLI::Plugin
Public Instance Methods
# File lib/bundler/cli/plugin.rb, line 22
def install(*plugins)
Bundler::Plugin.install(plugins, options)
end
# 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.