Class: Umwelt::Abstract::File::Store

Inherits:
Interactor show all
Defined in:
lib/umwelt/abstract/file/store.rb

Instance Method Summary collapse

Methods inherited from Interactor

#prove

Constructor Details

#initialize(path: '.umwelt') ⇒ Store

Returns a new instance of Store.



12
13
14
15
# File 'lib/umwelt/abstract/file/store.rb', line 12

def initialize(path: '.umwelt')
  @path = path
  @written_paths = {}
end