From: matu Date: 2008-07-25T04:54:11+09:00 Subject: Re: what is "p"? James Gray wrote: > It does.  You just need to know that it's a private method: > > >> Object.private_methods.include? "p" > => true Doh! :) May I ask why?