12 13 14
# File 'lib/cypher_builder/limit.rb', line 12 def as_cypher(_) sprintf('LIMIT %d', @value.to_i) end