summaryrefslogtreecommitdiff
path: root/lib/prettyprint.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-30 13:24:34 +0900
committergit <svn-admin@ruby-lang.org>2023-04-14 01:52:08 +0000
commit6beb755d810082ea3f557f54c687bc752a11cc7b (patch)
tree7cdcc352e04d71226a23380e333c9d009c3d4d05 /lib/prettyprint.rb
parent3f8756484f221625bf7069f46bd876bfe3645940 (diff)
[ruby/prettyprint] Expose PrettyPrint::VERSION
https://github.com/ruby/prettyprint/commit/c6f3947e96
Diffstat (limited to 'lib/prettyprint.rb')
-rw-r--r--lib/prettyprint.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb
index 188c2e6db0..540b12fb70 100644
--- a/lib/prettyprint.rb
+++ b/lib/prettyprint.rb
@@ -33,6 +33,8 @@
#
class PrettyPrint
+ VERSION = "0.1.1"
+
# This is a convenience method which is same as follows:
#
# begin