From: Eric Wong Date: 2015-11-18T02:07:12+00:00 Subject: [ruby-core:71539] Re: [Ruby trunk - Feature #11339] [PATCH] io.c: avoid kwarg parsing in C API Eric Wong wrote: > Will followup with other IO/Socket/SSL methods Done for normal socket, asked about SSL in [ruby-core:71538] I might ignore optimizing ARGF.read_nonblock(... exception: false) for now since it (AFAIK) is not used frequently and the extra methods+parsing time isn't worth it. 2.3 will be the first version to support "exception: false" on ARGF, even...