mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Say why
This commit is contained in:
		@@ -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.
 | 
			
		||||
  #
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user