> i think that better way to speed up this code is: > > h = data.scan(iptok).sort.uniqc.to_hash I'm using Ruby 1.6.8, which doesn't have a to_hash or uniqc method. When were these methods introduced? -Travis