Class: FilterLexer::LTOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



55
56
57
# File 'lib/queryfy/filter_lexer/formatter.rb', line 55

def to_arel
  return 'lt'
end