Method: ICFS::Utils::Check#initialize
- Defined in:
- lib/icfs/utils/check.rb
#initialize(store, log) ⇒ Check
Instance
36 37 38 39 |
# File 'lib/icfs/utils/check.rb', line 36 def initialize(store, log) @store = store @log = log end |
Instance
36 37 38 39 |
# File 'lib/icfs/utils/check.rb', line 36 def initialize(store, log) @store = store @log = log end |