Module: Murlsh::BuildMd5

Included in:
JsonBody, UrlBody
Defined in:
lib/murlsh/build_md5.rb

Instance Method Summary (collapse)

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