# File lib/search_cop_grammar/attributes.rb, line 104 def valid_operator?(operator) (INCLUDED_OPERATORS + generators.keys).include?(operator) end