aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 17:43:21 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 17:43:21 +0900
commit432b28af9017c91a8032c532e9ddbe11c2d33845 (patch)
tree483047ce3bba3130196ce0ed78a7d3d1acf8cb84 /enumerator.c
parent702cf3ec9051914c8ef5a353580e0e74f7ec7005 (diff)
downloadruby-432b28af9017c91a8032c532e9ddbe11c2d33845.tar.gz
* expand tabs.
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 3fb953c7f3..185e5d55fa 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -2084,7 +2084,7 @@ static VALUE
lazy_filter_map(VALUE obj)
{
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);