# File lib/codec/mapping.rb, line 67
def
put
(
data
,
value
)
data
.
__send__
(
@put_method
,
value
)
end