Module: PGB::Executable

Includes:
Enumerable
Included in:
Command, Query
Defined in:
lib/pgb/executable.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



7
8
9
# File 'lib/pgb/executable.rb', line 7

def each
  PGB.execute(self).each { yield _1 }
end