# File src/KeyValueCoding.rb, line 39
        def takeValueForKey(value, key)
                self[key] = value
        end