Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/cites.rb

Instance Method Summary collapse

Instance Method Details

#except(which) ⇒ Object



345
346
347
# File 'lib/cites.rb', line 345

def except(which)
	self.tap{ |h| h.delete(which) }
end