# File lib/facets/core/string/soundex.rb, line 40 def String.soundex_code(character) character.tr! "AEIOUYWHBPFVCSKGJQXZDTLMNR", "00000000111122222222334556" end