7 8 9 10 11
# File 'lib/holistic/document/file/store.rb', line 7 def call(database:, file_path:) record = Record.new(file_path, { path: file_path }) database.store(file_path, record) end