print_wrapped(message, options = {})public
Prints a long string, word-wrapping the text to the current width of the terminal display. Ideal for printing heredocs.
Parameters
Options
|
Indent each line of the printed paragraph by indent value. |
print_wrapped(message, options = {})Prints a long string, word-wrapping the text to the current width of the terminal display. Ideal for printing heredocs.
|
Indent each line of the printed paragraph by indent value. |