Class: XapTreetop::AsciiValue

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/xap/parser/xap_nodes.rb

Overview

When value in KVP is prefixed by =

Instance Method Summary collapse

Instance Method Details

#raw_valueObject



10
11
12
# File 'lib/xap/parser/xap_nodes.rb', line 10

def raw_value
	self.text_value
end