Class: FilterLexer::GTOperator

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

Instance Method Summary collapse

Instance Method Details

#to_arelObject



67
68
69
# File 'lib/queryfy/filter_lexer/formatter.rb', line 67

def to_arel
  return 'gt'
end