method
common_path
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::EventedFileUpdateChecker::Core
common_path(paths)public
No documentation available.
# File activesupport/lib/active_support/evented_file_update_checker.rb, line 177
def common_path(paths)
paths.map { |path| path.ascend.to_a }.reduce(&:&)&.first
end