# File lib/sprockets.rb, line 12
    def absolute?(location)
      same_when_expanded?(location) || platform_absolute_path?(location)
    end