Method: String#format_output_word_wrap
- Defined in:
- lib/format_output/word_wrap.rb
#format_output_word_wrap(options = {}) ⇒ Object
Convert the string to a string with bullet points. Returns: A string.
42 43 44 |
# File 'lib/format_output/word_wrap.rb', line 42 def format_output_word_wrap( = {}) format_output_raw_word_wrap().join("\n") end |