diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-10 18:46:28 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-10 09:51:11 +0000 |
| commit | 87f863276546e73dfed552fb171f0025912a61c7 (patch) | |
| tree | f1177d392b35ca31c33bb1a96c7ebd6fd822dd34 | |
| parent | caf40a39963c5badba08bd310e950ae9832a0a3f (diff) | |
[ruby/prettyprint] [DOC] Missing documents
https://github.com/ruby/prettyprint/commit/3a43a4bbf6
| -rw-r--r-- | lib/prettyprint.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index 6f50192f5d..a65407c130 100644 --- a/lib/prettyprint.rb +++ b/lib/prettyprint.rb @@ -33,6 +33,7 @@ # class PrettyPrint + # The version string VERSION = "0.2.0" # This is a convenience method which is same as follows: |
