On Sun, Mar 16, 2008 at 9:00 PM, Todd Benson <caduceass / gmail.com> 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