How can I limit the <td> characters?

rails has the truncate helper, so in this case truncate(repair_ticket.client.name, 10)

Fred