method
each

each(&block)
public
Hide source
# File railties/lib/rails/plugin/locator.rb, line 23 def each(&block) plugins.each(&block) end