# File lib/seed-fu/writer.rb, line 34
    def initialize(options = {})
      @options = self.class.default_options.merge(options)
      raise ArgumentError, "missing option :class_name" unless @options[:class_name]
    end