-
Jean Boussier authored
Ref: https://github.com/rails/rails/pull/47194#issuecomment-1760334146 They both give the buffer as return value of the capture block which confuses the `capture` helper. Ideally we wouldn't have to check for that, but it's an acceptable tradeoff for backward compatibility.
Jean Boussier authoredRef: https://github.com/rails/rails/pull/47194#issuecomment-1760334146 They both give the buffer as return value of the capture block which confuses the `capture` helper. Ideally we wouldn't have to check for that, but it's an acceptable tradeoff for backward compatibility.
Loading