What is the current status of named arguments (named method parameters, keyword arguments) in Ruby? [closed]

StackOverflow https://stackoverflow.com/questions/12794745

Pregunta

I have heard that named method arguments will be among the feature improvements in Ruby 2.0. Can someone let me in on their current established syntax in Ruby 2.0?

¿Fue útil?

Solución

Update: Here's a great 6mins screencast by Peter Cooper on Keyword Arguments in Ruby 2.0.

Old: Have a look at this blog post about Keyword Arguments in Ruby 2.0 from yesterday.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top