module HAProxy::Treetop::OptionalValueElement
Include this module if the value is optional for the node.
Public Instance Methods
value()
click to toggle source
# File lib/haproxy/treetop/nodes.rb, line 49 def value elements.find {|e| e.class == Value} end