# File lib/astrolabe/node.rb, line 69
    def sibling_index
      parent.children.index { |sibling| sibling.equal?(self) }
    end