aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/digest
Commit message (Collapse)AuthorAgeFilesLines
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
| | | | | | | | | A few have been left for aesthetic reasons, but have made a pass and removed most of them. Note that if the method `foo` returns an array, `foo << 1` is a regular push, nothing to do with assignments, so no self required.
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-151-0/+51
These methods are not random so they should not belings to SecureRandom module.