Class: HAProxy::Treetop::Whitespace

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/haproxy/treetop/nodes.rb

Overview

Helper class for whitespace nodes

Instance Method Summary collapse

Instance Method Details

#contentObject



56
57
58
# File 'lib/haproxy/treetop/nodes.rb', line 56

def content
  text_value
end