diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 15:27:09 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 15:27:09 +0000 |
commit | eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d (patch) | |
tree | 44dc0e11d46e0083f3f1b0a5b1789051f2b07e13 /lib/irb/lc | |
parent | b40177f65544056461381229c672d9a8f3a9a389 (diff) | |
download | ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.tar.gz ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.tar.xz ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.zip |
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/lc')
-rw-r--r-- | lib/irb/lc/error.rb | 4 | ||||
-rw-r--r-- | lib/irb/lc/help-message | 4 | ||||
-rw-r--r-- | lib/irb/lc/ja/error.rb | 6 | ||||
-rw-r--r-- | lib/irb/lc/ja/help-message | 4 |
4 files changed, 8 insertions, 10 deletions
diff --git a/lib/irb/lc/error.rb b/lib/irb/lc/error.rb index 68a488a48..247596b7f 100644 --- a/lib/irb/lc/error.rb +++ b/lib/irb/lc/error.rb @@ -1,9 +1,9 @@ # # irb/lc/error.rb - -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(keiju@ishitsuka.com) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index efc00bf14..32087d113 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -1,9 +1,9 @@ # # irb/lc/help-message.rb - -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(keiju@ishitsuka.com) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb index e1afaf5d7..4c2fb3b83 100644 --- a/lib/irb/lc/ja/error.rb +++ b/lib/irb/lc/ja/error.rb @@ -1,9 +1,9 @@ # # irb/lc/ja/error.rb - -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(keiju@ishitsuka.com) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # @@ -25,5 +25,3 @@ module IRB def_exception :CantChangeBinding, '$B%P%$%s%G%#%s%0(B(%s)$B$KJQ99$G$-$^$;$s(B.' def_exception :UndefinedPromptMode, '$B%W%m%s%W%H%b!<%I(B(%s)$B$ODj5A$5$l$F$$$^$;$s(B.' end - - diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message index 4b710c778..debbfe935 100644 --- a/lib/irb/lc/ja/help-message +++ b/lib/irb/lc/ja/help-message @@ -1,9 +1,9 @@ # # irb/lc/ja/help-message.rb - -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(keiju@ishitsuka.com) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # |