# File lib/hashery/basicstruct.rb, line 168
def
[]=
(
key
,
value
)
@table
[
key
.
to_sym
] =
value
end