зеркало из https://github.com/github/ruby.git
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6f6cf042d2
Коммит
ea88f7ddf9
|
@ -2836,7 +2836,7 @@ arith_seq_first(int argc, VALUE *argv, VALUE self)
|
|||
|
||||
n = NUM2LONG(argv[0]);
|
||||
if (n < 0) {
|
||||
rb_raise(rb_eArgError, "attempt to take negative size");
|
||||
rb_raise(rb_eArgError, "attempt to take negative size");
|
||||
}
|
||||
if (n == 0) {
|
||||
return rb_ary_new_capa(0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче