module DropboxContentHasher
Constants
- VERSION
Public Class Methods
calculate(path)
click to toggle source
# File lib/dropbox_content_hasher.rb, line 7 def calculate(path) Calculator.new(path).content_hash end