method
compile_ext
v4.2.1 -
Show latest stable
- Class:
ActiveSupport::FileUpdateChecker
compile_ext(array)private
No documentation available.
# File activesupport/lib/active_support/file_update_checker.rb, line 131
def compile_ext(array)
array = Array(array)
return if array.empty?
".{#{array.join(",")}}"
end