Class: FilterLexer::LikeOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



76
77
78
# File 'lib/queryfy/filter_lexer/formatter.rb', line 76

def to_arel
	return 'matches'
end