class method
self.find
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.2.22.5Signature
self.find(name)
No documentation comment.
Parameters
-
namereq
Source
# File railties/lib/commands/plugin.rb, line 164
def self.find(name)
name =~ /\// ? new(name) : Repositories.instance.find_plugin(name)
end
Defined in railties/lib/commands/plugin.rb line 164
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Plugin