# File lib/kwalify/util/hashlike.rb, line 20 def []=(key, val) instance_variable_set("@#{key}", val) end