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 | 622b522047ea7bdb716ec87131d08400ba41e8b7 (patch) | |
tree | 44dc0e11d46e0083f3f1b0a5b1789051f2b07e13 /bin | |
parent | c56355fbdcaac7a55319f63416fcc19fbad89670 (diff) |
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin')
-rw-r--r-- | bin/irb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ #!/usr/bin/env ruby # # irb.rb - intaractive ruby -# $Release Version: 0.7.3 $ +# $Release Version: 0.9.5 $ # $Revision$ # $Date$ -# by Keiju ISHITSUKA([email protected]) +# by Keiju ISHITSUKA([email protected]) # require "irb" |