module HAProxy::Treetop::StrippedTextContent

Include this module to always strip whitespace from the text_value

Public Instance Methods

content() click to toggle source
# File lib/haproxy/treetop/nodes.rb, line 9
def content
  text_value.strip
end