aboutsummaryrefslogtreecommitdiffstats
path: root/io.rb
Commit message (Collapse)AuthorAgeFilesLines
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-2/+2
|
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-2/+2
|
* Define IO#read/write_nonblock with builtins.Koichi Sasada2019-11-081-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.