Module: MD5Gen
- Defined in:
- lib/md5_gen.rb
Overview
Provides md5 compute function that either uses native extention or Ruby digest lib.
Class Method Summary collapse
-
.compute(body) ⇒ String
Convert body string to MD5 hash.
Class Method Details
.compute(body) ⇒ String
Convert body string to MD5 hash.
38 39 40 |
# File 'lib/md5_gen.rb', line 38 def self.compute body (body) end |