# File lib/neo4jr/embedded_neo_extension.rb, line 9 def createNode(hash = nil) node = orginalCreateNode node.update_properties(hash) node end