barsoom / attr_extras

Takes some boilerplate out of Ruby with methods like attr_initialize.
MIT License
560 stars 31 forks source link

Rename hash argument to keyword argument #22

Closed AlexVPopov closed 7 years ago

AlexVPopov commented 7 years ago

I think, the term "keyword argument" is more common and well established, than the term "hash argument". Most of the articles, that describe the feature, introduced in Ruby 2.0 use the term "keyword argument":

henrik commented 7 years ago

Good point, and thank you!