From c4c479578a13ee52068b5e2a5247a7a94faa0bb8 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Wed, 23 Jul 2014 10:37:50 -0500 Subject: [PATCH] Heuristics off --- lib/linguist/heuristics.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/heuristics.rb b/lib/linguist/heuristics.rb index fa5a97d7..cd71e8b0 100644 --- a/lib/linguist/heuristics.rb +++ b/lib/linguist/heuristics.rb @@ -1,7 +1,7 @@ module Linguist # A collection of simple heuristics that can be used to better analyze languages. class Heuristics - ACTIVE = true + ACTIVE = false # Public: Given an array of String language names, # apply heuristics against the given data and return an array