mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
update docs
This commit is contained in:
@@ -12,8 +12,7 @@ module Linguist
|
|||||||
# Language["Ruby"], Language["Python"]
|
# Language["Ruby"], Language["Python"]
|
||||||
# ])
|
# ])
|
||||||
#
|
#
|
||||||
# Returns an Array with one Language if a heuristic matched, or empty if
|
# Returns an Array of languages, or empty if none matched or were inconclusive.
|
||||||
# none matched or were inconclusive.
|
|
||||||
def self.call(blob, languages)
|
def self.call(blob, languages)
|
||||||
data = blob.data
|
data = blob.data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user