From: Todd Benson Date: 2008-03-18T06:20:41+09:00 Subject: Re: Cipher On Sun, Mar 16, 2008 at 9:00 PM, Todd Benson wrote: > a = "abcdefghijklmnopqrstuvwxyz" > ascii_offset = 15 - 97 new_str = "" > str = "antidisestablishmentarianism" > str.each_byte {|b| new_str << a[(b + ascii_offset) % a.size]} > puts new_str I think I'm going to drop google mail; that, or come up with a more clear way to cut and paste :/ Todd