class Umwelt::History::File::Store

Public Instance Methods

call(struct) click to toggle source
# File lib/umwelt/history/file/store.rb, line 5
def call(struct)
  count = write(full_path, struct)

  @written_paths[full_path] = count
end
full_path() click to toggle source
# File lib/umwelt/history/file/store.rb, line 11
def full_path
  umwelt_root_path / 'history.json'
end