diff options
Diffstat (limited to 'lib/custodian')
| -rw-r--r-- | lib/custodian/settings.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 73e7c4b..181ced0 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -30,6 +30,12 @@ module Custodian      attr_reader :parsed +    # +    # Constructor.  Only called once, as we're a singleton. +    # +    def initialize +      @parsed = false +    end      # | 
