instance method
compile_ext
Ruby on Rails 8.1.2
Since v4.0.13 PrivateSignature
compile_ext(array)
No documentation comment.
Parameters
-
arrayreq
Source
# File activesupport/lib/active_support/file_update_checker.rb, line 160
def compile_ext(array)
array = Array(array)
return if array.empty?
".{#{array.join(",")}}"
end
Defined in activesupport/lib/active_support/file_update_checker.rb line 160
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::FileUpdateChecker