ruby-changes:56180
From: git <ko1@a...>
Date: Fri, 21 Jun 2019 17:43:33 +0900 (JST)
Subject: [ruby-changes:56180] git: 432b28af90 (trunk): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=432b28af90 From 432b28af9017c91a8032c532e9ddbe11c2d33845 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Fri, 21 Jun 2019 17:43:21 +0900 Subject: * expand tabs. diff --git a/enumerator.c b/enumerator.c index 3fb953c..185e5d5 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2084,7 +2084,7 @@ static VALUE https://github.com/ruby/ruby/blob/trunk/enumerator.c#L2084 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); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/