# File lib/sprockets/processed_asset.rb, line 83defeql?(other)
other.is_a?(DependencyFile) &&pathname.eql?(other.pathname) &&mtime.eql?(other.mtime) &&digest.eql?(other.digest)
end
hash()click to toggle source
# File lib/sprockets/processed_asset.rb, line 90defhashpathname.to_s.hashend