Method: MotionPrime::Config#fetch
- Defined in:
- motion-prime/config/config.rb
#fetch(key, default = nil) ⇒ Object
18 19 20 |
# File 'motion-prime/config/config.rb', line 18 def fetch(key, default = nil) @attributes[key.to_sym] || default end |