Class: FilterLexer::StringLiteral

Inherits:
Object
  • Object
show all
Defined in:
lib/queryfy/filter_lexer/formatter.rb

Instance Method Summary collapse

Instance Method Details

#text_valueObject



91
92
93
94
# File 'lib/queryfy/filter_lexer/formatter.rb', line 91

def text_value
  val = super
  return val.gsub!(/\A["']|["']\Z/, '')
end