Module: Babl::Operators::Parent::DSL
- Included in:
- Template
- Defined in:
- lib/babl/operators/parent.rb
Instance Method Summary collapse
-
#parent ⇒ Object
Navigate to the parent of the current object.
Instance Method Details
#parent ⇒ Object
Navigate to the parent of the current object.
8 9 10 |
# File 'lib/babl/operators/parent.rb', line 8 def parent construct_node(key: nil, continue: nil) { |node| Nodes::Parent.new(node) } end |