fix arity of bug_start
This is just a trivial mistake introduced in 0f36e8fc03a5c6433972d6bb5f177d5f6e106bac.
This commit is contained in:
parent
69683968a9
commit
48e346a088
@ -8,7 +8,7 @@ bug_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, arg))
|
|||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
bug_start(VALUE self, VALUE hash)
|
bug_start(VALUE self)
|
||||||
{
|
{
|
||||||
VALUE ary = rb_ary_new3(1, Qnil);
|
VALUE ary = rb_ary_new3(1, Qnil);
|
||||||
rb_block_call(ary, rb_intern("map"), 0, 0, bug_i, self);
|
rb_block_call(ary, rb_intern("map"), 0, 0, bug_i, self);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user