class FilterLexer::OrOperator
An logical OR operator
Public Instance Methods
sql()
click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 53 def sql return 'OR' end
An logical OR operator
# File lib/filter_lexer/formatters/sql.rb, line 53 def sql return 'OR' end