1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add #write and #binwrite to IO section [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-03-02 14:53:18 +09:00
parent f5c904c2a9
commit 761528e8aa
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -1489,6 +1489,8 @@ path_f_pathname(VALUE self, VALUE str)
* - #binread(*args)
* - #readlines(*args)
* - #sysopen(*args)
* - #write(*args)
* - #binwrite(*args)
*
* === Utilities
*