class FilterLexer::LTOperator

Public Instance Methods

to_arel() click to toggle source
# File lib/queryfy/filter_lexer/formatter.rb, line 46
def to_arel
        return 'lt'
end