Module: DropboxContentHasher
- Defined in:
- lib/dropbox_content_hasher.rb,
lib/dropbox_content_hasher/version.rb,
lib/dropbox_content_hasher/calculator.rb
Defined Under Namespace
Classes: Calculator
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.calculate(path) ⇒ Object
7 8 9 |
# File 'lib/dropbox_content_hasher.rb', line 7 def calculate(path) Calculator.new(path).content_hash end |