Method: CypherBuilder::Context#initialize
- Defined in:
- lib/cypher_builder/infra/context.rb
#initialize(context = []) ⇒ Context
Returns a new instance of Context.
2 3 4 |
# File 'lib/cypher_builder/infra/context.rb', line 2 def initialize(context = []) @parents = context end |