Libraries
»
pgb
(0.1.1)
»
Index (E)
»
PGB
»
Executable
Module: PGB::Executable
Includes:
Enumerable
Included in:
Command
,
Query
Defined in:
lib/pgb/executable.rb
Instance Method Summary
collapse
#
each
⇒ Object
Instance Method Details
#
each
⇒
Object
7 8 9
# File 'lib/pgb/executable.rb', line 7
def
each
PGB
.
execute
(
self
)
.
each
{
yield
_1
}
end