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 | ba26515587d1b5c5e645cf723cb9b89448df301d (patch) | |
| tree | 2cfc147c6cf7860ad75752e199bd11c680f9ddba /lib | |
| parent | 7acbd4e0c3f108f8417ac20419adead2309316a3 (diff) | |
  Updated comment.
Diffstat (limited to 'lib')
| -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] | 
