Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify replacement of AB test content
Previously I was wrapping the content item with another presenter, because I knew I couldn't write to the `body` property. But I've remembered that strings are mutable by default in ruby, so I can live without that indirection and just do `.sub!()` (which mutates the string).
- Loading branch information