Class: XapTreetop::AsciiValue
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- XapTreetop::AsciiValue
- Defined in:
- lib/xap/parser/xap_nodes.rb
Overview
When value in KVP is prefixed by =
Instance Method Summary collapse
Instance Method Details
#raw_value ⇒ Object
10 11 12 |
# File 'lib/xap/parser/xap_nodes.rb', line 10 def raw_value self.text_value end |