Method: Mash#fetch
- Defined in:
- lib/extlib/mash.rb
#fetch(key, *extras) ⇒ Object
Returns The value at key or the default value.
76 77 78 |
# File 'lib/extlib/mash.rb', line 76 def fetch(key, *extras) super(convert_key(key), *extras) end |