Replace the global data store contents
Parameters:
Hash of data to store
Returns:
The global data store instance
64 65 66
# File 'lib/lookbook.rb', line 64 def data=(new_data) @_data = Store.new(new_data) end