method
each
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: Repository
each(&block)
public
Hide source
# File railties/lib/commands/plugin.rb, line 426 def each(&block) plugins.each(&block) end