Method: Array#format_output_word_wrap
- Defined in:
- lib/format_output/word_wrap.rb
#format_output_word_wrap(options = {}) ⇒ Object
Convert the array to a string with word wrap. Returns: A string.
13 14 15 |
# File 'lib/format_output/word_wrap.rb', line 13 def format_output_word_wrap( = {}) format_output_raw_word_wrap().join("\n") end |