class FilterLexer::NotLikeOperator

Public Instance Methods

to_arel() click to toggle source
# File lib/queryfy/filter_lexer/formatter.rb, line 70
def to_arel
        return 'does_not_match'
end