class Bundler::Plugin::Index::CommandConflict

公共类方法

new(plugin, commands) 点击切换源代码
调用父类方法
# File bundler/plugin/index.rb, line 10
def initialize(plugin, commands)
  msg = "Command(s) `#{commands.join("`, `")}` declared by #{plugin} are already registered."
  super msg
end