# File Ouroboros.rb, line 266
  def insert_before( next_obj, new_obj )
    @all.insert( next_obj._ouroboros_index, new_obj.extend( PrevNext ) )
    sync_from_array
  end