Module: HAProxy::Treetop::StrippedTextContent

Overview

Include this module to always strip whitespace from the text_value

Instance Method Summary collapse

Instance Method Details

#contentObject



9
10
11
# File 'lib/haproxy/treetop/nodes.rb', line 9

def content
  text_value.strip
end