Class: SearchCopGrammar::DoubleQuotedAnywhereExpression

Inherits:
AnywhereExpression show all
Defined in:
lib/search_cop_grammar.rb

Instance Attribute Summary

Attributes inherited from BaseNode

#query_info, #query_options

Instance Method Summary collapse

Methods inherited from AnywhereExpression

#evaluate

Methods inherited from BaseNode

#collection_for, #elements, #evaluate

Instance Method Details

#text_valueObject



105
106
107
# File 'lib/search_cop_grammar.rb', line 105

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