alias - error in documentation

"Hazins, Kalman" <[email protected]> Tue, 12 Jul 2011 13:22:47 -0400
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <0B6516BB4CDC834E8831E79DF8744DBC0C3B913AA7@aplesrepublic.dom1.jhuapl.edu>
All,=20

I believe I found an error in the documentation for a ruby keyword - alias.

The documentation, under 1.9 keywords link=3D> alias, states that

p.full_name =3D "David"   # Please use fullname=3D

I believe the comment is incorrect. The full_name=3D is still referencing t=
he old name=3D definition and not the newly defined one.=20

(I have of course verified my hypothesis by actually running the code.)

Hope this is useful,=20

-Kalman Hazins