diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:50:34 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:50:34 +0000 |
commit | a8fd0a62d9319b4a0bdf8557ef29d5fefe9979c3 (patch) | |
tree | 11143772cd608da3b616101644aeed2f23c0e2b3 /lib | |
parent | 847251389cc0c667078644ebc3b65b2cfb0b4e23 (diff) |
Comment updates.
Diffstat (limited to 'lib')
-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 # -- # |