Class: FilterLexer::StringLiteral
- Inherits:
-
ValueScalar
- Object
- Treetop::Runtime::SyntaxNode
- Value
- ValueScalar
- FilterLexer::StringLiteral
- Defined in:
- lib/filter_lexer/nodes.rb,
lib/filter_lexer/formatters/sql.rb
Instance Method Summary collapse
Instance Method Details
#sql ⇒ Object
143 144 145 |
# File 'lib/filter_lexer/formatters/sql.rb', line 143 def sql return text_value end |