method
find
find(name)
public
Hide source
# File railties/lib/commands/plugin.rb, line 153 def self.find(name) name =~ /\// ? new(name) : Repositories.instance.find_plugin(name) end