Libraries
»
pg_qx
(0.1.0)
»
Index (P)
»
PgQuery
»
ParserResult
Class: PgQuery::ParserResult
Inherits:
Object
Object
PgQuery::ParserResult
show all
Defined in:
lib/pg_qx/patch.rb
Instance Method Summary
collapse
#
walk
(&block) ⇒ Object
Instance Method Details
#
walk
(&block) ⇒
Object
5 6 7
# File 'lib/pg_qx/patch.rb', line 5
def
walk
(
&
block
)
tree
.
walk
(
&
block
)
end