Move call method into existing Classifier class

This commit is contained in:
Brandon Keepers
2014-11-27 11:29:38 -05:00
parent c1a9737313
commit bf4baff363
3 changed files with 20 additions and 15 deletions

View File

@@ -12,7 +12,6 @@ require 'linguist/file_blob'
require 'linguist/blob_helper'
require 'linguist/strategy/filename'
require 'linguist/strategy/shebang'
require 'linguist/strategy/classifier'
module Linguist
# Language names that are recognizable by GitHub. Defined languages
@@ -98,7 +97,7 @@ module Linguist
Linguist::Strategy::Filename,
Linguist::Strategy::Shebang,
Linguist::Heuristics,
Linguist::Strategy::Classifier
Linguist::Classifier
]
# Public: Detects the Language of the blob.