Actions
Feature #9209
closedStruct instances creatable with named args
Status:
Closed
Assignee:
-
Target version:
-
Description
now that ruby supports named params it seems natural for Struct to make use of them.
Struct.new(:a).new(a: 1)
Actions
Like0
Like0Like0Like0