From: Don French on
I tried to use "my_class".classify and got MyClas as a result. Tried
others that ended in 'ss' and got the same results. Tried other
endings and they work. Ruby 1.9.2-preview3 and
activesupport-3.0.0.beta4 is being used.

Is this correct? If so, why?

Don French
From: Don French on
On Jun 29, 12:36 pm, Don French <dhf0...(a)gmail.com> wrote:
> I tried to use "my_class".classify and got MyClas as a result. Tried
> others that ended in 'ss' and got the same results.  Tried other
> endings and they work. Ruby 1.9.2-preview3 and
> activesupport-3.0.0.beta4 is being used.
>
> Is this correct? If so, why?
>
> Don French

Additional doing "my_clas".classify returns "MyCla"