Module

A collection of text-wrangling methods

Instance Methods

Remove any non-printable characters and make the text suitable for printing.

Wraps text to wrap characters and optionally indents by indent characters

This code is based directly on the Text gem implementation Returns a value representing the “cost” of transforming str1 into str2

No documentation available