From: Daniel Schierbeck Date: 2006-08-18T02:20:08+09:00 Subject: Re: [ann] double_metaphone.rb I do have one comment though: perhaps have the key be a symbol instead of a string, since we're probably not gonna alter it. E.g. DoubleMetaphone["foo"] => [:F, nil] It may just be a personal preference, though. Cheers, Daniel