Actions
Feature #7007
closedMake OpenStruct#new accept OpenStruct object
Feature #7007:
Make OpenStruct#new accept OpenStruct object
Description
Now we have OpenStruct.new(hash) method. But it can be more consistent if one can use it also in form OpenStruct.new(open_struct) which will create a new instance which is a copy of an argument.
Actions