Found my new heuristic was still not being used because heuristics had been switched off

This commit is contained in:
Rachel Mant
2014-04-02 20:17:33 +01:00
parent 6524ac3588
commit bab7ee4fcb

View File

@@ -1,7 +1,7 @@
module Linguist
# A collection of simple heuristics that can be used to better analyze languages.
class Heuristics
ACTIVE = false
ACTIVE = true
# Public: Given an array of String language names,
# apply heuristics against the given data and return an array