wanabe
wanabe
https://github.com/rurema/doctree/pull/2474#issuecomment-790543408 > `Array`で同名の`reject`を再定義していて、 > `Enumerable`で定義した`reject`とは別物だから、 > あえて`each`を挟んでいるのだろうと思いましたが、 はい、その意図でした。 > 何の説明もないとわかりにくいですねー はい、すみません。どう説明するといいでしょう? https://github.com/rurema/doctree/pull/2474#issuecomment-790575593 > #2386 での変更なので、変更するなら全体的にメソッドが再定義されていない Enumerable を include しているクラスを使う例にすると良いかもしれません。 https://github.com/rurema/doctree/pull/2386 書いたときに適切なクラスが思いつかなかったのと、既存ドキュメントをなるべくそのままにしたかったのとで、こうしてしまっていました。 よさそうなクラスがあればどなたか置き換えてもらえるととてもありがたいです。
I have written a few patches, but none of them were made into pull requests because I didn't think they were very good approaches. It increases the method unnecessarily. ```diff...
Thank you for your comment. > Just to be clear for anyone else: rdkafka producers should not be initialized per message and they should be persistent. Yes, it shouldn't be...
I agree to apply LGPL-2.1-or-later to my commits.