# File lib/puppet/util/config_store.rb, line 12
12:         def self.newstore(name, options = {}, &block)
13:             klass = genclass(name,
14:                 :block => block,
15:                 :prefix => "ConfigStore",
16:                 :hash => @stores,
17:                 :attributes => options
18:             )
19:         end