# File lib/kwartz/main.rb, line 87
    def []=(key, val)
      instance_variable_set("@#{key}", val)
    end