aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/slice.rb
Commit message (Expand)AuthorAgeFilesLines
* No need to build a Set since we're iterating instead of checking for inclusio...Jeremy Kemper2008-06-071-4/+2
* Fixed the brokeness from 952ec79bec313e0001adfc8c86f7970448d32db9David Heinemeier Hansson2008-06-021-1/+1
* Faster Hash#slice that doesn't use Enumerable#include?.Cheah Chu Yeow2008-06-021-1/+3
* Revert [9209] Use Hash#exceptPratik Naik2008-04-021-16/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-021-0/+16
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-171-0/+28