Heuristics off

This commit is contained in:
Arfon Smith
2014-07-23 10:37:50 -05:00
parent 441caa91dd
commit c4c479578a

View File

@@ -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