Add without? to Tab

This commit is contained in:
Jack Nagel 2014-07-30 21:04:17 -05:00
parent 393e10849b
commit 331737ab25

View File

@ -91,6 +91,10 @@ class Tab < OpenStruct
end end
end end
def without? name
not with? name
end
def include? opt def include? opt
used_options.include? opt used_options.include? opt
end end