From c56f536669bde3a27a5ef1085cffb52c79c0f6c5 Mon Sep 17 00:00:00 2001 From: Matheus Moreira Date: Thu, 26 Jul 2012 22:21:41 -0300 Subject: [PATCH] Document the :word_wrap method option --- lib/acclaim/io.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/acclaim/io.rb b/lib/acclaim/io.rb index b19eca8..e0d0b8c 100644 --- a/lib/acclaim/io.rb +++ b/lib/acclaim/io.rb @@ -252,6 +252,7 @@ def indentation # the message # @option options [#to_sym] :method (:puts) the method to send to the stream # @option options [true, false] :indent (true) whether to indent the output + # @option options [true, false] :word_wrap whether to word wrap the output # @see #identation_level # @see #should_format_output_for? # @see #should_word_wrap_output_for?