Class: FilterLexer::BooleanLiteralTrue
- Inherits:
-
ValueSpecial
- Object
- Treetop::Runtime::SyntaxNode
- Value
- ValueSpecial
- FilterLexer::BooleanLiteralTrue
- Defined in:
- lib/filter_lexer/nodes.rb,
lib/filter_lexer/formatters/sql.rb
Instance Method Summary collapse
Instance Method Details
#sql ⇒ Object
131 132 133 |
# File 'lib/filter_lexer/formatters/sql.rb', line 131 def sql return 'TRUE' end |