Method: Stupidedi::Zipper::Hole#left
- Defined in:
- lib/stupidedi/zipper/path.rb
#left ⇒ Array<#leaf?, #children, #copy> (readonly)
Contains the node’s rightward siblings, sorted nearest to furthest
83 84 85 |
# File 'lib/stupidedi/zipper/path.rb', line 83 def left @left end |