Class: SearchCopGrammar::SingleQuotedAnywhereExpression
- Inherits:
-
AnywhereExpression
- Object
- Treetop::Runtime::SyntaxNode
- BaseNode
- AnywhereExpression
- SearchCopGrammar::SingleQuotedAnywhereExpression
- 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
#text_value ⇒ Object
99 100 101 |
# File 'lib/search_cop_grammar.rb', line 99 def text_value super.gsub(/^'|'$/, "") end |