diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 73895bb048..0b1605ab14 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -91,6 +91,10 @@ class Tab < OpenStruct end end + def without? name + not with? name + end + def include? opt used_options.include? opt end