Class: Mechanize::File
- Inherits:
-
Object
- Object
- Mechanize::File
- Defined in:
- lib/grubby/mechanize/file.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#content_hash ⇒ Object
private.
Instance Method Details
#content_hash ⇒ Object
private
4 5 6 |
# File 'lib/grubby/mechanize/file.rb', line 4 def content_hash @content_hash ||= self.body.to_s.sha1 end |