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
O
'
REILLY
®
OSCON 2005
Copyright 2005 by Jim Weirich (All Rights Reserved)