Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragonwriter
4286 days ago
> An object can respond to a message even though it doesn't have a method with that name.
Sure, by using a
different
method (method_missing); its still all method calls.