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 /bin | |
parent | 649237de8f9e1c784493f4a8f29178ac0e969237 (diff) | |
download | bundler-c7fa0c727c8342717d2c75c1c5750a54df461eae.tar.gz |
* 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 'bin')
-rwxr-xr-x | bin/irb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env ruby # # irb.rb - interactive ruby -# $Release Version: 0.9.5 $ +# $Release Version: 0.9.6 $ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # |