class Lookbook::Store
def initialize(initial_data = nil, opts = {})
def initialize(initial_data = nil, opts = {}) @recursive = opts[:recursive] || false super() initial_data.to_h.each { |k, v| self[k] = v } end
def initialize(initial_data = nil, opts = {}) @recursive = opts[:recursive] || false super() initial_data.to_h.each { |k, v| self[k] = v } end