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:
parent
f5c904c2a9
commit
761528e8aa
1 changed files with 2 additions and 0 deletions
|
@ -1489,6 +1489,8 @@ path_f_pathname(VALUE self, VALUE str)
|
||||||
* - #binread(*args)
|
* - #binread(*args)
|
||||||
* - #readlines(*args)
|
* - #readlines(*args)
|
||||||
* - #sysopen(*args)
|
* - #sysopen(*args)
|
||||||
|
* - #write(*args)
|
||||||
|
* - #binwrite(*args)
|
||||||
*
|
*
|
||||||
* === Utilities
|
* === Utilities
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue