From: aidy Date: 2008-05-26T20:29:26+09:00 Subject: Re: OOP in Ruby? On 22 May, 10:03, Dave Bass wrote: > Ruby is so object oriented that's it's almost impossible *not* to learn > about OOP by using it. > I feel that you could learn about OO Ruby, but the language does not necessitate OO development. I could write everything in modules. I could use classes as a container but not in an OO way (inheritance, polymorphism and encapsulation). Aidy