# File lib/sprockets.rb, line 17
      def same_when_expanded?(location)
        location[0, 1] == File.expand_path(location)[0, 1]
      end