Method: Mash#except
- Defined in:
- lib/racker/smash/mash.rb
#except(*keys) ⇒ Mash
Returns A new mash without the selected keys.
168 169 170 |
# File 'lib/racker/smash/mash.rb', line 168 def except(*keys) super(*keys.map {|k| convert_key(k)}) end |