Shortened expression to check if a StringsRow matches a given set of tags.
This commit is contained in:
parent
e09b366a53
commit
36a1321b9b
1 changed files with 1 additions and 5 deletions
|
@ -42,11 +42,7 @@ module Twine
|
|||
elsif @tags.empty?
|
||||
return include_untagged
|
||||
else
|
||||
tags.each do |tag|
|
||||
if @tags.include? tag
|
||||
return true
|
||||
end
|
||||
end
|
||||
return !(tags & @tags).empty?
|
||||
end
|
||||
|
||||
return false
|
||||
|
|
Reference in a new issue