This commit is contained in:
Joshua Peek
2013-06-09 21:02:55 -05:00
parent d907ab9940
commit 3e3fb0cdfe

View File

@@ -9,7 +9,8 @@ require 'yaml'
module Linguist
# DEPRECATED Avoid mixing into Blob classes. Prefer functional interfaces
# like `Language.detect` over `Blob#language`.
# like `Language.detect` over `Blob#language`. Functions are much easier to
# cache and compose.
#
# Avoid adding additional bloat to this module.
#