2 3 4
# File 'lib/cypher_builder/node.rb', line 2 def Node(prefix, labels: []) Node.new(prefix, labels: labels) end