Module: HAProxy::Treetop::StrippedTextContent

Overview

Include this module to always strip whitespace from the text_value

Instance Method Summary collapse

Instance Method Details

#contentObject



7
8
9
# File 'lib/haproxy/treetop/nodes.rb', line 7

def content
  self.text_value.strip
end