aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/compact.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Use Hash#compact and Hash#compact! from Ruby 2.4Prathamesh Sonpatki2016-10-231-18/+22
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-5/+8
* Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* added example of hash#except, and removed extra whitespaces [ci skip]Rishi Jain2014-11-071-3/+3
* Adding Hash#compact and Hash#compact! methodstinogomes2014-01-091-0/+20