Method: Lookbook::PanelStore#initialize
- Defined in:
- lib/lookbook/stores/panel_store.rb
#initialize(config = nil) ⇒ PanelStore
Returns a new instance of PanelStore.
17 18 19 20 |
# File 'lib/lookbook/stores/panel_store.rb', line 17 def initialize(config = nil) @store = {} load_config(config) end |