1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-06-11 06:30:01 +00:00
parent ecfa852566
commit be83b8be34
23 changed files with 90 additions and 54 deletions

View file

@ -52,7 +52,6 @@ range_new(klass, beg, end, exclude_end)
rb_ivar_set(obj, id_beg, beg);
rb_ivar_set(obj, id_end, end);
rb_obj_call_init(obj, 2, args);
return obj;
}