# File lib/commands/plugin/plugin.rb, line 12
  def self.find(name)
    name =~ /\// ? new(name) : Repositories.instance.find_plugin(name)
  end