Truncate and textilize

Hi, this is probably an obvious question, but I want to textilize and
truncate the same thing. Nesting them in parenthesis didn’t seem to work
for me. Here is what I have:

<%= truncate(friend.about_me, length = 140, truncate_string = “…”) %>

How do I get it to recognize textile as well?

Thanks!
Dave