From: Gary Wright Date: 2010-03-23T12:56:00+09:00 Subject: Re: less than sign for inheritance in classes On Mar 22, 2010, at 10:07 PM, Smart RoR wrote: > Where in Ruby is the less than sign for inheritance in classes defined? > > class A < B I'm not sure if I understand your question, but '<' is just syntax when used in a class definition. In this context, it is not an operator and so there is no method associated with its use in this context. Gary Wright