From a8fd0a62d9319b4a0bdf8557ef29d5fefe9979c3 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 23 Nov 2012 23:50:34 +0000 Subject: Comment updates. --- lib/custodian/parser.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/custodian/parser.rb') diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index b80c498..bb9958a 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -22,15 +22,16 @@ require 'custodian/testfactory' # -# This is a simple class which will parse a sentinel configuration file. +# This is a simple class which will parse a configuration file. # -# Unlike Sentinel it is not built using a real parser, instead it peels off lines -# via a small number of very simple regular expressions - this should be flaky, -# but in practice it manages to successfully parse each of the configuration -# files that we currently maintain @ Bytemark. +# The class peels off lines via a small number of very simple regular +# expressions - this should be flaky, but in practice it manages to +# successfully parse each of the configuration files that we currently +# maintain @ Bytemark. # # If there are any lines which are not recognized the class will raise an exception. # +# # Steve # -- # -- cgit v1.2.1