From 5315f0d66741aa8caca75d30953b35733474bf87 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Nov 2002 08:07:51 +0000 Subject: * array.c (rb_ary_zip): iterates over items in the receiver. zipped with nil if argument arrays are shorter. if arrays are longer, left items are ignored. now works with blocks. * enum.c (zip_i): changed for new behavior. * array.c (rb_ary_transpose): added. [new] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/irb.rb b/lib/irb.rb index a77585b641..0d0f6f4136 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -51,7 +51,7 @@ module IRB def IRB.start(ap_path = nil) $0 = File::basename(ap_path, ".rb") if ap_path - IRB.initialize(ap_path) + IRB.setup(ap_path) if @CONF[:SCRIPT] irb = Irb.new(nil, @CONF[:SCRIPT]) -- cgit v1.2.3