mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
702cf3ec90
commit
432b28af90
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue