From: Peter Hickman Date: 2013-03-31T07:30:34+09:00 Subject: Re: Grasping methods like "to_s"? --047d7b343f028c919404d92bef97 Content-Type: text/plain; charset=ISO-8859-1 Or perhaps just class Object def is_i? self.is_a? Integer end end --047d7b343f028c919404d92bef97 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Or perhaps just

class Object
=A0 def is_i?
=A0 =A0 self.is_a? Integer
<= div style>=A0 end
end

--047d7b343f028c919404d92bef97--