Class: SearchCopGrammar::DoubleQuotedAnywhereExpression
- Inherits:
-
AnywhereExpression
- Object
- Treetop::Runtime::SyntaxNode
- BaseNode
- AnywhereExpression
- SearchCopGrammar::DoubleQuotedAnywhereExpression
- Defined in:
- lib/search_cop_grammar.rb
Instance Attribute Summary
Attributes inherited from BaseNode
Instance Method Summary collapse
Methods inherited from AnywhereExpression
Methods inherited from BaseNode
#collection_for, #elements, #evaluate
Instance Method Details
permalink #text_value ⇒ Object
[View source]
105 106 107 |
# File 'lib/search_cop_grammar.rb', line 105 def text_value super.gsub(/^"|"$/, "") end |