diff options
-rw-r--r-- | lib/pp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ class PP < PrettyPrint begin require 'io/console' _, width = out.winsize - rescue LoadError, NoMethodError, Errno::ENOTTY, Errno::EINVAL end (width || ENV['COLUMNS']&.to_i&.nonzero? || 80) - 1 end |