class FilterLexer::EQOperator
Public Instance Methods
to_arel()
click to toggle source
# File lib/queryfy/filter_lexer/formatter.rb, line 34 def to_arel return 'eq' end
# File lib/queryfy/filter_lexer/formatter.rb, line 34 def to_arel return 'eq' end