# File lib/commands/plugin/plugin_pack.rb, line 17
  def add_plugin(name, source)
    @plugins << Plugin.new(source, name)
  end