Class: FilterLexer::NEQOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



49
50
51
# File 'lib/queryfy/filter_lexer/formatter.rb', line 49

def to_arel
	return 'not_eq'
end