# File lib/inifile.rb, line 181
def
[]=
(
section
,
value
)
@ini
[
section
.
to_s
] =
value
end