with_merged_sample_defaults
Specify new default values to be used by all subsequent calls to sample
within the do
/end
block. Merges the specified values with any previous sample defaults, rather than replacing them. After the do
/end
block has completed, the previous sampled defaults (if any) are restored.
Introduced in v2.9
# Example 1 | |
|
|