class Sprockets::Asset

def hash

Returns Integer hash of the id.

in a Set.
Public: Implements Object#hash so Assets can be used as a Hash key or
def hash
  id.hash
end