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



82
83
84
85
# File 'lib/queryfy/filter_lexer/formatter.rb', line 82

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