Hacker News new | ask | show | jobs
by pedrorolo 301 days ago
This guy is not up to date regarding the ruby language.

Keyword arguments and destructing assignments are there.

1 comments

I’m pretty sure he understands that keyword arguments are part of Ruby. But they require special syntax. He appreciates that in Python _any_ argument is a keyword argument if you (the caller) want it to be.