# File lib/configatron/store.rb, line 19
    def clone
      Store.new(
        @root_store,
        @name,
        @attributes.clone,
        @path
        )
    end