# File lib/sprockets/pathname.rb, line 28 def ==(pathname) environment == pathname.environment && absolute_location == pathname.absolute_location end