Method: ICFS::Utils::Check#initialize

Defined in:
lib/icfs/utils/check.rb

#initialize(store, log) ⇒ Check

Instance

Parameters:

  • store (Store)

    The store to check

  • log (Logger)

    Where to log



36
37
38
39
# File 'lib/icfs/utils/check.rb', line 36

def initialize(store, log)
  @store = store
  @log = log
end