# File lib/moneta/adapters/yaml.rb, line 10
      def new_store(options)
        ::YAML::Store.new(options[:file])
      end