Module: PGB::Executable
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
7 8 9 |
# File 'lib/pgb/executable.rb', line 7 def each PGB.execute(self).each { yield _1 } end |
7 8 9 |
# File 'lib/pgb/executable.rb', line 7 def each PGB.execute(self).each { yield _1 } end |