Method: CypherBuilder::And#initialize
- Defined in:
- lib/cypher_builder/and.rb
#initialize(*parts) ⇒ And
Returns a new instance of And.
9 10 11 |
# File 'lib/cypher_builder/and.rb', line 9 def initialize(*parts) @parts = wrap(*parts) end |