aboutsummaryrefslogtreecommitdiffstats
path: root/.document
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-08 09:39:28 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-08 10:03:19 +0900
commit365557f111b453289a5e2ce0cdda0899ae248c71 (patch)
treeb5df6aef79ebf5cd02a3182bce5163724881178b /.document
parentdad2abc69fdd1af52df353b8604017bd6a5c6a99 (diff)
downloadruby-365557f111b453289a5e2ce0cdda0899ae248c71.tar.gz
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.
Diffstat (limited to '.document')
-rw-r--r--.document1
1 files changed, 1 insertions, 0 deletions
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