From 365557f111b453289a5e2ce0cdda0899ae248c71 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Fri, 8 Nov 2019 09:39:28 +0900 Subject: Define IO#read/write_nonblock with builtins. IO#read/write_nonblock methods are defined in prelude.rb with special private method __read/write_nonblock to reduce keyword parameters overhead. We can move them into io.rb with builtin functions. --- .document | 1 + 1 file changed, 1 insertion(+) (limited to '.document') diff --git a/.document b/.document index c0c9cded79..2a76ac0705 100644 --- a/.document +++ b/.document @@ -13,6 +13,7 @@ rbconfig.rb trace_point.rb ast.rb +io.rb # the lib/ directory (which has its own .document file) lib -- cgit v1.2.1