Module: Murlsh::BuildMd5
Instance Method Summary (collapse)
-
- (Object) md5
Return the md5 sum of the result of the build method.
Instance Method Details
- (Object) md5
Return the md5 sum of the result of the build method.
8 |
# File 'lib/murlsh/build_md5.rb', line 8 def md5; Digest::MD5.hexdigest(build); end |