Class: FilterLexer::GEOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



73
74
75
# File 'lib/queryfy/filter_lexer/formatter.rb', line 73

def to_arel
	return 'gteq'
end