class ActiveSupport::EventedFileUpdateChecker::Core

def common_path(paths)

def common_path(paths)
  paths.map { |path| path.ascend.to_a }.reduce(&:&)&.first
end