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



28
29
30
# File 'lib/queryfy/filter_lexer/formatter.rb', line 28

def to_arel
	return 'or'
end