From: ts Date: 2002-11-25T01:34:00+09:00 Subject: Re: Ruby idom needed >>>>> "B" == Bill Kelly writes: >> h = Hash[*File.new("fred.ini").read.split(/=|\n/)] B> I like the above, but wondered it it leaves the file open? The file will be closed when it will be garbage collected. Guy Decoux