14 15 16 17
# File 'lib/rickshaw.rb', line 14 def self.hash(file_path) hash = Digest::MD5.new Rickshaw::Helper.hash_file(hash, file_path) end