# File lib/sprockets.rb, line 26
        def platform_absolute_path?(location)
          location[0, 1] == File::SEPARATOR && File.expand_path(location) =~ /[A-Za-z]:[\/\\]/
        end