mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
The argument `truncate_string` is now coerced into a string to avoid `NoMethodError`s. This is mostly for added resiliency. It is doubtful that someone would actually intent to use a number as truncate string, but accidentally supplying one is entirely possible.