From: Don French on 29 Jun 2010 18:36 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 29 Jun 2010 18:38 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"
|
Pages: 1 Prev: thread.exit Next: Taking out text between symbols and joining together |