Module: Shopifydev::Config
- Defined in:
- lib/shopifydev/config.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
5 6 7 |
# File 'lib/shopifydev/config.rb', line 5 def self.config YAML::load(File.open(File.('~/.shopifydev.yaml'))).with_indifferent_access end |