Class: FilterLexer::NotLikeOperator

Inherits:
Object
  • Object
show all
Defined in:
lib/queryfy/filter_lexer/formatter.rb

Instance Method Summary collapse

Instance Method Details

#to_arelObject



70
71
72
# File 'lib/queryfy/filter_lexer/formatter.rb', line 70

def to_arel
	return 'does_not_match'
end