Class: Umwelt::Abstract::File::Store
- Inherits:
-
Interactor
- Object
- Interactor
- Umwelt::Abstract::File::Store
- Defined in:
- lib/umwelt/abstract/file/store.rb
Direct Known Subclasses
Episode::File::Store, History::File::Store, Project::File::Store
Instance Method Summary collapse
-
#initialize(path: '.umwelt') ⇒ Store
constructor
A new instance of Store.
Methods inherited from Interactor
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 |