diff options
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/parser.rb | 11 |
1 files changed, 6 insertions, 5 deletions
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 # -- # |