# File Ouroboros.rb, line 213
  def decrement
    @current_index = (@current = @current.prev)._ouroboros_index
    @current
  end