Class: FilterLexer::OrOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



37
38
39
# File 'lib/queryfy/filter_lexer/formatter.rb', line 37

def to_arel
  return 'or'
end