aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/options.rb
diff options
context:
space:
mode:
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