method
normalize_dirs!
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::EventedFileUpdateChecker
normalize_dirs!()private
No documentation available.
# File activesupport/lib/active_support/evented_file_update_checker.rb, line 121
def normalize_dirs!
@dirs.transform_keys! do |dir|
dir.exist? ? dir.realpath : dir
end
end