diff options
author | Koichi Sasada <ko1@atdot.net> | 2019-11-08 09:39:28 +0900 |
---|---|---|
committer | Koichi Sasada <ko1@atdot.net> | 2019-11-08 10:03:19 +0900 |
commit | 365557f111b453289a5e2ce0cdda0899ae248c71 (patch) | |
tree | b5df6aef79ebf5cd02a3182bce5163724881178b /.document | |
parent | dad2abc69fdd1af52df353b8604017bd6a5c6a99 (diff) | |
download | ruby-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-- | .document | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ rbconfig.rb trace_point.rb ast.rb +io.rb # the lib/ directory (which has its own .document file) lib |