# File lib/dragonfly/file_data_store.rb, line 14 def write(data_path, meta) File.open(meta_path(data_path), 'wb') do |f| f.write dump(meta) end end