Class: Mechanize::Download

Inherits:
Object
  • Object
show all
Defined in:
lib/grubby/mechanize/download.rb

Instance Method Summary collapse

Instance Method Details

#content_hashObject

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