28 29 30 31
# File 'lib/rickshaw.rb', line 28 def self.hash(file_path) hash = Digest::SHA256.new Rickshaw::Helper.hash_file(hash, file_path) end