Class: FilterLexer::EQOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



43
44
45
# File 'lib/queryfy/filter_lexer/formatter.rb', line 43

def to_arel
  return 'eq'
end