1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

irb: dead code

* bin/irb: remove dead code from sample/irb.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-02 13:11:55 +00:00
parent 5e79c1a543
commit 908e701851
2 changed files with 5 additions and 10 deletions

View file

@ -1,3 +1,7 @@
Thu May 2 22:11:47 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* bin/irb: remove dead code from sample/irb.rb.
Thu May 2 17:32:45 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* marshal.c (copy_ivar_i): get rid of overwriting already copied

11
bin/irb
View file

@ -8,13 +8,4 @@
require "irb"
if __FILE__ == $0
IRB.start(__FILE__)
else
# check -e option
if /^-e$/ =~ $0
IRB.start(__FILE__)
else
IRB.setup(__FILE__)
end
end
IRB.start(__FILE__)