# File src/KeyValueCoding.rb, line 4
def
takeValueForKey
(
value
,
key
)
__send__
(
"#{key}="
,
value
)
end