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

* 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
This commit is contained in:
matz 2003-06-02 04:49:46 +00:00
parent f5a7f85917
commit 6125313d69
12 changed files with 114 additions and 57 deletions

View file

@ -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