2 3 4
# File 'lib/cypher_builder/alias.rb', line 2 def Alias(field, an_alias) Alias.new(field, an_alias) end