From: 7stud -- Date: 2009-08-25T12:44:14+09:00 Subject: Re: Calling method from another class 7stud -- wrote: > > a's available methods are: > > 1) The methods defined in A. > 2) The methods defined in the classes A inherits from. > 3) The methods that A mixes in. > 4) The object specific "singleton" methods of a. > ..and I guess: 3b) The methods that were mixed into the classes A inherits from. -- Posted via http://www.ruby-forum.com/.