# File lib/configatron/store.rb, line 32
    def __cow_clone
      # A temp has started since the last time this was written
      if @root_store.__cow != @cow
        self.clone
      else
        self
      end
    end