Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 498
Boris Stitnicky Avatar asked Oct 09 '12 07:10

Boris Stitnicky


Video Answer


1 Answers

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.

like image 122
Thomas Klemm Avatar answered Oct 15 '22 23:10

Thomas Klemm