2 3 4
# File 'lib/cypher_builder/field.rb', line 2 def Field(prefix = nil, name) Field.new(prefix, name) end