There's no documentation for this item.
# File commands/plugin.rb, line 153 def self.find(name) name =~ /\// ? new(name) : Repositories.instance.find_plugin(name) end
<code/>
<pre/>
<code/>and<pre/>for code samples.