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



34
35
36
# File 'lib/queryfy/filter_lexer/formatter.rb', line 34

def to_arel
  return 'eq'
end