diff options
| author | Mike McQuaid | 2016-08-16 17:00:38 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-17 09:19:56 +0100 |
| commit | 7c278319ed7dd3628c68fb84952a40b8d5a5f259 (patch) | |
| tree | 83e304df833184535f151159fbc7307c0dfbd15a /Library/Homebrew/descriptions.rb | |
| parent | 59b3c085ba74897e90f3986f7ed463115900fef5 (diff) | |
| download | brew-7c278319ed7dd3628c68fb84952a40b8d5a5f259.tar.bz2 | |
descriptions: assume Ruby 2.
Diffstat (limited to 'Library/Homebrew/descriptions.rb')
| -rw-r--r-- | Library/Homebrew/descriptions.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/descriptions.rb b/Library/Homebrew/descriptions.rb index 0d36782cf..9c5341461 100644 --- a/Library/Homebrew/descriptions.rb +++ b/Library/Homebrew/descriptions.rb @@ -110,8 +110,6 @@ class Descriptions @cache.select { |name, desc| (name =~ regex) || (desc =~ regex) } end - results = Hash[results] if RUBY_VERSION <= "1.8.7" - new(results) end |
