module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
def uniq!(*args)
uniq! keeps the first occurrence of each path, otherwise preserving
def uniq!(*args) ret = super @lpc_observer.reinitialize if block_given? || !args.empty? ret end
def uniq!(*args) ret = super @lpc_observer.reinitialize if block_given? || !args.empty? ret end