10 Things Every Java Programmer Should Know About Ruby
[
P
rev
|
H
o
me
|
N
ext
]
Item #8
(Almost) Everything is a Message
All computation in Ruby happens through:
Binding names to objects (assignment)
Primitive controls structures (e.g.
if
/
else
,
while
) and operators (e.g.
defined?
)
Sending messages to objects
O
'
REILLY
®
OSCON 2005
Copyright 2005 by Jim Weirich (All Rights Reserved)