Skip to content

Latest commit

 

History

History
61 lines (20 loc) · 538 Bytes

Initialize.rst

File metadata and controls

61 lines (20 loc) · 538 Bytes

Initialize

Constants

Files

Methods

#wrapper

Implements the Neo4j::Node#wrapper and Neo4j::Relationship#wrapper method so that we don't have to care if the node is wrapped or not.

def wrapper
  self
end