Libraries
»
pgb
(0.1.1)
»
Index
»
PGB
»
Model
»
each
Method: PGB::Model.each
Defined in:
lib/pgb/model.rb
.
each
⇒
Object
36 37 38
# File 'lib/pgb/model.rb', line 36
def
each
all
.
each
{
yield
_1
}
end