Guard against nested allows with ref name caching
This avoids the case: ``` allow_ref_name_caching do allow_ref_name_caching do # using-feature end end ```
Showing
Please register or sign in to comment
This avoids the case: ``` allow_ref_name_caching do allow_ref_name_caching do # using-feature end end ```