Closed Mangara closed 1 year ago
Fixes https://github.com/Shopify/statsd-instrument/issues/350
This is a first stab at allowing nil to override existing values in clone_with_options. My biggest concern is that this is technically a breaking change, although the documentation seems to imply that this behaviour is how it's supposed to work.
nil
clone_with_options
Fixes https://github.com/Shopify/statsd-instrument/issues/350
This is a first stab at allowing
nil
to override existing values inclone_with_options
. My biggest concern is that this is technically a breaking change, although the documentation seems to imply that this behaviour is how it's supposed to work.