class ActiveSupport::FileUpdateChecker

def compile_ext(array)

def compile_ext(array)
  array = Array(array)
  return if array.empty?
  ".{#{array.join(",")}}"
end