summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-12 14:20:29 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-12 14:20:29 +0000
commit450273c03912eb725e9216f4d741706855ecde99 (patch)
tree8fb6c83ab7c0e7137a0409b14d92e2746e1f6765
parentcdc739a4bc2ad25f110ec446188f36c5ab2f68b6 (diff)
Updated comment.
-rw-r--r--lib/custodian/settings.rb4
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]