Actions
Feature #3685
closedStruct does not define #to_ary, needed for implicit-splat.
Feature #3685:
Struct does not define #to_ary, needed for implicit-splat.
Description
=begin
Now that #to_ary is used for implicit-splat, I believe it would be useful to support implicit-splat for Structs, since they share some behavior with Arrays.
=end
Actions