Method: Twb::Util::Cypher#initialize
- Defined in:
- lib/twb/util/cypher.rb
#initialize ⇒ Cypher
Returns a new instance of Cypher.
32 33 34 35 36 37 38 39 |
# File 'lib/twb/util/cypher.rb', line 32 def initialize emit "Cypher.initialize" @fileName = 'Neo4jCommands' @mode = :create @nodes = [] @edges = [] @cleanup = false end |