Add Settings#replace
to support wholesale replacement of settings in a configurable object
#109
Labels
Settings#replace
to support wholesale replacement of settings in a configurable object
#109
This would better support the use case in dry-rb/dry-system#162 (see dry-rb/dry-system#162 (comment) for specific notes), in which all the settings from one class are "imported" into another for use there too.
Currently, this is done like so:
But it would be nicer to do it like this:
The text was updated successfully, but these errors were encountered: