From 450273c03912eb725e9216f4d741706855ecde99 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 12 Dec 2012 14:20:29 +0000 Subject: Updated comment. --- lib/custodian/settings.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index d460e9a..9ec0867 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -54,7 +54,6 @@ module Custodian val = $2.dup key.strip! val.strip! - @settings[key] = val end end @@ -71,6 +70,9 @@ module Custodian end + # + # Retrieve an arbitrary key + # def key( name ) _load() unless( _loaded? ) @settings[name] -- cgit v1.2.1