# File lib/inifile.rb, line 276
def
[]
(
section
)
return
nil
if
section
.
nil?
@ini
[
section
.
to_s
]
end