method
new
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::FileUpdateChecker
new(paths, calculate=false, &block)public
No documentation available.
# File activesupport/lib/active_support/file_update_checker.rb, line 18
def initialize(paths, calculate=false, &block)
@paths = paths
@block = block
@last_update_at = calculate ? updated_at : nil
end