* expand tabs.
This commit is contained in:
parent
702cf3ec90
commit
432b28af90
@ -2084,7 +2084,7 @@ static VALUE
|
|||||||
lazy_filter_map(VALUE obj)
|
lazy_filter_map(VALUE obj)
|
||||||
{
|
{
|
||||||
if (!rb_block_given_p()) {
|
if (!rb_block_given_p()) {
|
||||||
rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
|
rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
|
||||||
}
|
}
|
||||||
|
|
||||||
return lazy_add_method(obj, 0, 0, Qnil, Qnil, &lazy_filter_map_funcs);
|
return lazy_add_method(obj, 0, 0, Qnil, Qnil, &lazy_filter_map_funcs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user