Merge branch 'master' of github.com:DX-MON/linguist

This commit is contained in:
dx-mon
2014-04-02 21:41:13 +01:00

View File

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