# File lib/moneta/shared.rb, line 18
    def initialize(options = {}, &block)
      @options = options
      @builder = Builder.new(&block)
    end