Class: FilterLexer::LikeOperator
- Inherits:
-
Object
- Object
- FilterLexer::LikeOperator
- Defined in:
- lib/queryfy/filter_lexer/formatter.rb
Instance Method Summary collapse
Instance Method Details
#to_arel ⇒ Object
85 86 87 |
# File 'lib/queryfy/filter_lexer/formatter.rb', line 85 def to_arel return 'matches' end |