Class: SearchCopGrammar::DoubleQuotedValue

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/search_cop_grammar.rb

Instance Attribute Summary

Attributes inherited from BaseNode

#query_info

Instance Method Summary collapse

Methods inherited from BaseNode

#collection_for, #elements, #evaluate

Instance Method Details

#text_valueObject



138
139
140
# File 'lib/search_cop_grammar.rb', line 138

def text_value
  super.gsub(/^"|"$/, "")
end