Class: DigestClass
- Inherits:
-
Object
- Object
- DigestClass
- Defined in:
- lib/vagrant/util/file_checksum.rb
Instance Method Summary collapse
Instance Method Details
#hexdigest ⇒ Object
10 |
# File 'lib/vagrant/util/file_checksum.rb', line 10 def hexdigest; end |
#update(string) ⇒ Object
9 |
# File 'lib/vagrant/util/file_checksum.rb', line 9 def update(string); end |