Method: CypherBuilder::Limit#as_cypher

Defined in:
lib/cypher_builder/limit.rb

#as_cypher(_) ⇒ Object



12
13
14
# File 'lib/cypher_builder/limit.rb', line 12

def as_cypher(_)
  sprintf('LIMIT %d', @value.to_i)
end