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