Class: Mechanize::Download
- Inherits:
-
Object
- Object
- Mechanize::Download
- Defined in:
- lib/grubby/mechanize/download.rb
Instance Method Summary collapse
-
#content_hash ⇒ Object
private.
Instance Method Details
#content_hash ⇒ Object
private
4 5 6 |
# File 'lib/grubby/mechanize/download.rb', line 4 def content_hash @content_hash ||= Digest::SHA1.new.io(self.body_io).hexdigest end |