Sergey Abel wrote something like this (I fixed the hyperbolic indentation and changed a couple of lines): > class <<OOPL > def ruby > begin > puts "There Are Better Ways To Do It" # Changed. > doit # Added. > rescue > puts "Check home page links, deja.com, comp.lang.ruby." # Added. > require "RubyRAA" # Changed. > ensure > community.growth! > end > end > end -- Conrad Schneiker (This note is unofficial and subject to improvement without notice.)