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

call initialize

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-04-02 10:03:54 +00:00
parent a1d8147e44
commit b6fe3dae4d
19 changed files with 255 additions and 35 deletions

View file

@ -45,6 +45,7 @@ range_s_new(klass, first, last)
rb_iv_set(obj, "first", first);
rb_iv_set(obj, "last", last);
obj_call_init(obj);
return obj;
}