From cee42c339e7632eab15111e2c4e6c121ace6f9e2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 12 Aug 2014 23:55:28 -0500 Subject: Remove unused branches from Options.coerce --- Library/Homebrew/options.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/options.rb') diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb index 6b982a405..86be67ea9 100644 --- a/Library/Homebrew/options.rb +++ b/Library/Homebrew/options.rb @@ -116,8 +116,6 @@ class Options def self.coerce(arg) case arg - when self then arg - when Option then new << arg when Array opts = new arg.each do |a| -- cgit v1.2.3