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



52
53
54
# File 'lib/queryfy/filter_lexer/formatter.rb', line 52

def to_arel
  return 'lteq'
end