Actions
Feature #9209
closedStruct instances creatable with named args
Feature #9209:
Struct 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