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