Libraries
»
coherent
(0.6.8)
»
Index
»
Coherent
»
Repository
»
#each
Method: Coherent::Repository#each
Defined in:
lib/plugin/repository.rb
#
each
(&block) ⇒
Object
26 27 28
# File 'lib/plugin/repository.rb', line 26
def
each
(
&
block
)
plugins
.
each
(
&
block
)
end