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