Method: Stupidedi::Zipper::Hole#left

Defined in:
lib/stupidedi/zipper/path.rb

#leftArray<#leaf?, #children, #copy> (readonly)

Contains the node’s rightward siblings, sorted nearest to furthest

Returns:

  • (Array<#leaf?, #children, #copy>)


83
84
85
# File 'lib/stupidedi/zipper/path.rb', line 83

def left
  @left
end