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 | c7fa0c727c8342717d2c75c1c5750a54df461eae (patch) | |
tree | 418093a0a9aedf90397204d97730cffb9b95df07 /lib/irb/notifier.rb | |
parent | 649237de8f9e1c784493f4a8f29178ac0e969237 (diff) |
* bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/notifier.rb')
-rw-r--r-- | lib/irb/notifier.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/notifier.rb b/lib/irb/notifier.rb index f76fc8040c..fdfcdd2dbc 100644 --- a/lib/irb/notifier.rb +++ b/lib/irb/notifier.rb @@ -1,6 +1,6 @@ # # notifier.rb - output methods used by irb -# $Release Version: 0.9.5$ +# $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA([email protected]) # |