method
compile_ext
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::FileUpdateChecker
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