lib/cliutils/pretty-io.rb in cliutils-1.0.7 vs lib/cliutils/pretty-io.rb in cliutils-1.1.0

- old
+ new

@@ -8,11 +8,10 @@ module CLIUtils # CLIMessenger Module # Outputs color-coordinated messages to a CLI module PrettyIO - class << self # Determines whether wrapping should be enabled. # @return [Boolean] attr_accessor :wrap @@ -20,10 +19,10 @@ # @return [Integer] attr_accessor :wrap_char_limit end self.wrap = true - self.wrap_char_limit = 40 + self.wrap_char_limit = 80 # Hook that triggers when this module is included. # @param [Object] k The includer object # @return [void] def self.included(k) \ No newline at end of file