Add without? to Tab
This commit is contained in:
parent
393e10849b
commit
331737ab25
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user