method
each
each(&block)
public
Hide source
# File railties/lib/commands/plugin.rb, line 321 def each(&block) @repositories.each(&block) end