# File lib/blueprint/semantic_class_names.rb, line 12
    def initialize(options = {})
      @namespace = options[:namespace] || ""
      @source_file = options[:source_file] || File.join(Blueprint::BLUEPRINT_ROOT_PATH, 'screen.css')
      self.class_assignments = options[:class_assignments] || {}
    end