From d7fd12cb327d45cdea5a0bf8a383208d666a744c Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 18 Nov 2014 15:19:23 -0500 Subject: [PATCH] Remove deprecated method --- lib/linguist/language.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/linguist/language.rb b/lib/linguist/language.rb index 1ee2d7aa..f4c7a62e 100644 --- a/lib/linguist/language.rb +++ b/lib/linguist/language.rb @@ -413,9 +413,6 @@ module Linguist # Returns the extensions Array attr_reader :extensions - # DEPRECATED: Will be removed in 5.x - alias_method :all_extensions, :extensions - # Public: Get interpreters # # Examples