class FilterLexer::OrOperator

Public Instance Methods

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