Method: Lookbook::InputStore#get_input
- Defined in:
- lib/lookbook/stores/input_store.rb
#get_input(input) ⇒ Object
23 24 25 |
# File 'lib/lookbook/stores/input_store.rb', line 23 def get_input(input) store[normalize_name(input)] end |