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

Mark IO::Buffer as experimental.

This commit is contained in:
Samuel Williams 2021-11-10 15:42:57 +13:00
parent 4b89034218
commit 81d0ce7e97
Notes: git 2021-11-10 15:21:28 +09:00
6 changed files with 27 additions and 0 deletions

View file

@ -16,6 +16,9 @@
RUBY_SYMBOL_EXPORT_BEGIN
// WARNING: This entire interface is experimental and may change in the future!
#define RB_IO_BUFFER_EXPERIMENTAL 1
RUBY_EXTERN VALUE rb_cIOBuffer;
RUBY_EXTERN size_t RUBY_IO_BUFFER_PAGE_SIZE;