NAME
Config::HAProxy::Node::Comment - comment node in HAProxy configuration
DESCRIPTION
Objects of this class represent comments in HAProxy configuration file.
METHODS
is_comment
Returns true.
orig
Returns original line as it appeared in the configuration file.
locus
Returns the location of this statement in the configuration file (the Text::Locus object).
SEE ALSO
Config::HAProxy::Node, Text::Locus.