# File lib/ruote/util/filter.rb, line 473 def _match(field, value, matches, m, v) value.nil? ? false : value.to_s.match(v) != nil end