<mps>
riza: thank you. Now I see that I could use also String::Builder. One thing I don't understand is why use 'to_s' in `Log.warn { message.to_s }` if message is already string
mps has quit [Ping timeout: 258 seconds]
mps has joined #crystal-lang
uncomfy has joined #crystal-lang
rez has joined #crystal-lang
rez has quit [Quit: much snoozes...]
_ht has quit [Quit: _ht]
rez has joined #crystal-lang
<riza>
mps, message is a String::Builder, not a String. I "render it" with #to_s