From 6125313d69c158b423d1f4aff2e206cfd43a036a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 2 Jun 2003 04:49:46 +0000 Subject: * array.c (push_values_at): Array#values_at should work with ranges too. * range.c (rb_range_beg_len): length calculation was wrong. * eval.c (rb_call): should set T_ICLASS in the frame->last_class. [ruby-core:01110] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/optparse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/optparse.rb') diff --git a/lib/optparse.rb b/lib/optparse.rb index de88b648ec..295f2bc94b 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -1597,7 +1597,7 @@ Extends command line arguments array to parse itself. begin yield @optparse rescue ParseError - STDERR.puts @optparse.program_name + ': ' + $! + warn @optparse.program_name + ': ' + $! nil end end -- cgit v1.2.3