From: Hank Gong Date: 2005-12-08T15:30:00+09:00 Subject: About class methods ------=_Part_10208_29744842.1134023392814 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! When I read the Ruby manual, I noticed that for class Array, there are class methods and instance methods. Class methods: [] and new instance methods: too many (not list here) My question is: what's this class methods? I remember in C++, all methods should be instance level, right? Thanks! Yours, Hank ------=_Part_10208_29744842.1134023392814--