Class: FilterLexer::LEOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



61
62
63
# File 'lib/queryfy/filter_lexer/formatter.rb', line 61

def to_arel
	return 'lteq'
end