Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dragonwriter
on Sept 18, 2014
|
parent
|
context
|
favorite
| on:
Ruby 2.2.0-preview1 Released
> 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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Sure, by using a different method (method_missing); its still all method calls.