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