Method: Neo4j::Core::Query#pretty_cypher

Defined in:
lib/neo4j/core/query.rb

#pretty_cypherObject



358
359
360
# File 'lib/neo4j/core/query.rb', line 358

def pretty_cypher
  to_cypher(pretty: true)
end