diff options
| author | Jack Nagel | 2014-08-12 23:55:28 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-12 23:55:28 -0500 | 
| commit | cee42c339e7632eab15111e2c4e6c121ace6f9e2 (patch) | |
| tree | 903a8200c970f0dda8b698c6e9cb7cdf5cc1c17b /Library/Homebrew/options.rb | |
| parent | 1c05bc0238aa1abf7d5542b8afa11ead2bee66a8 (diff) | |
| download | homebrew-cee42c339e7632eab15111e2c4e6c121ace6f9e2.tar.bz2 | |
Remove unused branches from Options.coerce
Diffstat (limited to 'Library/Homebrew/options.rb')
| -rw-r--r-- | Library/Homebrew/options.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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| | 
