Remove gc for now

This commit is contained in:
Joshua Peek
2012-07-23 12:23:20 -05:00
parent 5b28336d56
commit 3172bf5b46
3 changed files with 1 additions and 12 deletions

View File

@@ -57,13 +57,6 @@ module Linguist
nil
end
# Public: Prune infrequent tokens.
#
# Returns receiver Classifier instance.
def gc
self
end
# Public: Guess language of data.
#
# data - Array of tokens or String data to analyze.