Class: FilterLexer::StringLiteral
- Inherits:
-
Object
- Object
- FilterLexer::StringLiteral
- Defined in:
- lib/queryfy/filter_lexer/formatter.rb
Instance Method Summary collapse
Instance Method Details
#text_value ⇒ Object
91 92 93 94 |
# File 'lib/queryfy/filter_lexer/formatter.rb', line 91 def text_value val = super return val.gsub!(/\A["']|["']\Z/, '') end |