Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define IO#read/write_nonblock with builtins. | Koichi Sasada | 2019-11-08 | 1 | -0/+123 |
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. |