From 696fdb1e450d81d984fb41143fab4fade9e6aad0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 16 Dec 2016 10:08:06 +0000 Subject: [PATCH] TODO: update with Ruby 2.3 status Since we're on the cusp of Ruby 2.4, I guess 2.3 features are stable. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index e81b0a9..e3e3906 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,2 @@ * obsolete kgio by improving *_nonblock methods in Ruby itself - (Mostly done Ruby 2.3.0) + (Done for *_nonblock in Ruby 2.3.x, not sure for poll and writev support) -- 2.11.4.GIT