From: gga Date: 2007-02-07T14:55:05+09:00 Subject: Re: method visibility VS accessibility On 6 feb, 16:22, Thai Le wrote: > > So if i have a class method, I can invoke that method from anywhere by > using class name like: Foo.a_class_method() without declaring public for > that method? Yes. You can use either of: Class::method or Class.method