class Sprockets::Pathname
def ==(pathname)
def ==(pathname) environment == pathname.environment && absolute_location == pathname.absolute_location end
def ==(pathname) environment == pathname.environment && absolute_location == pathname.absolute_location end