diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-12-03 13:51:53 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-03 04:52:19 +0000 |
commit | e34163d7fe8d416f9952d775eb743b58f376f0e3 (patch) | |
tree | fffcfdca6cd4b0334c32df80a9b9f40b77f4addd /lib | |
parent | e16f3ad6492bde7a204ecc33c06fe3e7b32b6cf6 (diff) |
[ruby/pp] Bump up 0.6.2
https://github.com/ruby/pp/commit/979f9d972d
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ require 'prettyprint' class PP < PrettyPrint # The version string - VERSION = "0.6.1" + VERSION = "0.6.2" # Returns the usable width for +out+. # As the width of +out+: |