diff options
| author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
|---|---|---|
| committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 11:36:20 +0000 |
| commit | 5918c6fc6be545d505987651e258f9223cb8d7d8 (patch) | |
| tree | 418093a0a9aedf90397204d97730cffb9b95df07 /lib/irb/lc | |
| parent | 3e1f00c768ebef7df8931f0f242267014e33ec55 (diff) | |
| download | ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.tar.gz ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.tar.xz ruby-5918c6fc6be545d505987651e258f9223cb8d7d8.zip | |
* bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/lc')
| -rw-r--r-- | lib/irb/lc/error.rb | 2 | ||||
| -rw-r--r-- | lib/irb/lc/help-message | 2 | ||||
| -rw-r--r-- | lib/irb/lc/ja/error.rb | 2 | ||||
| -rw-r--r-- | lib/irb/lc/ja/help-message | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/irb/lc/error.rb b/lib/irb/lc/error.rb index ed7d0361f..742821e3a 100644 --- a/lib/irb/lc/error.rb +++ b/lib/irb/lc/error.rb @@ -1,6 +1,6 @@ # # irb/lc/error.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 9c08a5c29..dd30b9fd2 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -1,7 +1,7 @@ # -*- coding: US-ASCII -*- # # irb/lc/help-message.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb index c73b64063..9a7670f45 100644 --- a/lib/irb/lc/ja/error.rb +++ b/lib/irb/lc/ja/error.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # irb/lc/ja/error.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message index d156039c9..f2c4066cf 100644 --- a/lib/irb/lc/ja/help-message +++ b/lib/irb/lc/ja/help-message @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # irb/lc/ja/help-message.rb - -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # |
