From: Rimantas Liubertas Date: 2006-09-05T03:48:42+09:00 Subject: Re: times is a method? > I think you understood him right, and you're correct according to ri, > so why does > > Integer.methods.include? 'times' > > return false ? Try Integer.instance_methods.include? 'times' or Fixnum.instance_methods.include? 'times'. Regards, Rimantas -- http://rimantas.com/