method

compile_ext

compile_ext(array)
private

No documentation available.

# File activesupport/lib/active_support/file_update_checker.rb, line 115
    def compile_ext(array) #:nodoc:
      array = Array.wrap(array)
      return if array.empty?
      ".{#{array.join(",")}}"
    end