Skip to content
Snippets Groups Projects
Commit 331737ab authored by Jack Nagel's avatar Jack Nagel
Browse files

Add without? to Tab

parent 393e1084
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@ class Tab < OpenStruct
end
end
def without? name
not with? name
end
def include? opt
used_options.include? opt
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment