10 Things Every Java Programmer Should Know About Ruby
[
P
rev
|
H
o
me
|
N
ext
]
Classes are Objects!
Array
is a constant name that is bound to the Array class object.
Creating new objects does not require special syntax. We just send
new
to the class object.
a
=
Array
.
new
Dayton-Cincinnati .NET Code Camp 2006
Copyright 2005, 2006 by Jim Weirich (All Rights Reserved)