diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:20:29 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:20:29 +0000 |
commit | 450273c03912eb725e9216f4d741706855ecde99 (patch) | |
tree | 8fb6c83ab7c0e7137a0409b14d92e2746e1f6765 /lib/custodian/settings.rb | |
parent | cdc739a4bc2ad25f110ec446188f36c5ab2f68b6 (diff) |
Updated comment.
Diffstat (limited to 'lib/custodian/settings.rb')
-rw-r--r-- | lib/custodian/settings.rb | 4 |
1 files changed, 3 insertions, 1 deletions
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] |