Class: DigestClass

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant/util/file_checksum.rb

Overview

This is an “interface” that should be implemented by any digest class passed into FileChecksum. Note that this isn’t strictly enforced at the moment, and this class isn’t directly used. It is merely here for documentation of structure of the class.

Instance Method Summary collapse

Instance Method Details

#hexdigestObject



7
# File 'lib/vagrant/util/file_checksum.rb', line 7

def hexdigest; end

#update(string) ⇒ Object



6
# File 'lib/vagrant/util/file_checksum.rb', line 6

def update(string); end