diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-01-11 13:42:40 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2023-01-11 22:29:09 +0000 |
commit | c7bb8d67b73c89a9939a88c9c2105e2a31a08beb (patch) | |
tree | f6868dd9ef328d5f980a6ec9b239e15941beab0f /lib/irb/inspector.rb | |
parent | c693dfd7ef686ccda9db18340bc426e1227e5b53 (diff) | |
download | ruby-c7bb8d67b73c89a9939a88c9c2105e2a31a08beb.tar.gz |
[ruby/irb] Removed Release Version and Revisions for old VCS software
https://github.com/ruby/irb/commit/07fae94862
Diffstat (limited to 'lib/irb/inspector.rb')
-rw-r--r-- | lib/irb/inspector.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/irb/inspector.rb b/lib/irb/inspector.rb index d8c0ba90cf..ef16422991 100644 --- a/lib/irb/inspector.rb +++ b/lib/irb/inspector.rb @@ -1,9 +1,6 @@ # frozen_string_literal: false # # irb/inspector.rb - inspect methods -# $Release Version: 0.9.6$ -# $Revision: 1.19 $ -# $Date: 2002/06/11 07:51:31 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- |