Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/ratproto/ext.rb
Overview
Instance Method Summary collapse
Instance Method Details
#except(*keys) ⇒ Object
6 7 8 |
# File 'lib/ratproto/ext.rb', line 6 def except(*keys) slice(*self.keys - keys) end |