Class: FilterLexer::BooleanLiteralFalse

Inherits:
ValueSpecial
  • Object
show all
Defined in:
lib/filter_lexer/nodes.rb,
lib/filter_lexer/formatters/sql.rb

Instance Method Summary collapse

Instance Method Details

#sqlObject



125
126
127
# File 'lib/filter_lexer/formatters/sql.rb', line 125

def sql
  return 'FALSE'
end