Created
July 7, 2017 15:25
-
-
Save schweigert/94dc925ebc0868dc44d3eb1613cb205b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'digest/md5' | |
| def md5_hash(input) | |
| Digest::MD5::hexdigest(input) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment