# File lib/search_cop_grammar/attributes.rb, line 236 def between(range) gteq(range.first).and(lteq(range.last)) end