Method: CypherBuilder::Cypher#initialize

Defined in:
lib/cypher_builder/cypher.rb

#initialize(*parts) ⇒ Cypher

Returns a new instance of Cypher.



11
12
13
# File 'lib/cypher_builder/cypher.rb', line 11

def initialize(*parts)
  @parts = wrap(*parts)
end