Module: BracketTree::PositionalRelationDelegators
- Extended by:
- Forwardable
- Included in:
- Bracket::DoubleElimination, Bracket::SingleElimination
- Defined in:
- lib/bracket_tree/positional_relation.rb
Overview
This module provides the delegation used for PositionalRelation. Including this module results in brackets gaining the understanding of the positional relation traversal system.
Instance Method Summary collapse
Instance Method Details
#relation ⇒ Object
165 166 167 |
# File 'lib/bracket_tree/positional_relation.rb', line 165 def relation BracketTree::PositionalRelation.new(self) end |