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?