aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/options.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-13 18:16:25 -0500
committerJack Nagel2014-08-13 18:16:25 -0500
commitc913c7bdbba74ac9e64e03f45ad80bbfbfb8a8e8 (patch)
tree92301ed0636e4aff0f7561743d641383f59011ba /Library/Homebrew/options.rb
parent8a84e9cc4645b4a0b00227839df12897d5a5e954 (diff)
downloadhomebrew-c913c7bdbba74ac9e64e03f45ad80bbfbfb8a8e8.tar.bz2
Remove Options#concat
Diffstat (limited to 'Library/Homebrew/options.rb')
-rw-r--r--Library/Homebrew/options.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb
index a612f27fe..871d483e1 100644
--- a/Library/Homebrew/options.rb
+++ b/Library/Homebrew/options.rb
@@ -116,11 +116,6 @@ class Options
any? { |opt| opt == o || opt.name == o || opt.flag == o }
end
- def concat(o)
- @options.merge(o)
- self
- end
-
alias_method :to_ary, :to_a
def inspect