module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin

def push(*entries)

def push(*entries)
  @lpc_observer.push_paths(self, *entries.map(&:to_s))
  super
end