> For your task this week, I ask that you make your own signature such that > displays your email address when run through the Ruby interpreter. The > signature must fit within four lines of no more than 80 characters per line. > (If you still want to avoid outputting an email address, your script may > produce something else: a phone number, a funny quote, vCard, a poem to your > love, whatever...) > Is this solution OK? require 'net/http' r=Net::HTTP.get_response('www.kakueki.com','/ruby/q163.html') p r.body[/Ha.+sh/].gsub("<","<")+"@gmail.com>" Harry -- A Look into Japanese Ruby List in English http://www.kakueki.com/ruby/list.html