Class: SearchCopGrammar::DoubleQuotedValue
- Inherits:
-
BaseNode
- Object
- Treetop::Runtime::SyntaxNode
- BaseNode
- SearchCopGrammar::DoubleQuotedValue
- Defined in:
- lib/search_cop_grammar.rb
Instance Attribute Summary
Attributes inherited from BaseNode
Instance Method Summary collapse
Methods inherited from BaseNode
#collection_for, #elements, #evaluate
Instance Method Details
#text_value ⇒ Object
148 149 150 |
# File 'lib/search_cop_grammar.rb', line 148 def text_value super.gsub(/^"|"$/, "") end |