# File lib/dbi/columninfo.rb, line 61
61:
def
[]=
(
key
,
value
) 62:
@hash
[
key
.
to_sym
] =
value
63:
end