Method: Lookbook::InputStore#add_input
- Defined in:
- lib/lookbook/stores/input_store.rb
#add_input(input, *args) ⇒ Object
20 21 22 |
# File 'lib/lookbook/stores/input_store.rb', line 20 def add_input(input, *args) store[normalize_name(input)] = build_config(input, *args) end |