18 19 20
# File 'lib/pg_query/node.rb', line 18 def inspect node ? format('<PgQuery::Node: %s: %s>', node, inner.inspect) : '<PgQuery::Node>' end