From 03d97cc966fe35cd571a5260c01a9f50cbe60b2a Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 2 Jan 2022 21:47:50 +1300 Subject: Remove UTF-8 from documentation. --- io_buffer.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'io_buffer.c') diff --git a/io_buffer.c b/io_buffer.c index a45621c670..71136d4eb6 100644 --- a/io_buffer.c +++ b/io_buffer.c @@ -1711,7 +1711,6 @@ io_buffer_copy(int argc, VALUE *argv, VALUE self) * Read a chunk or all of the buffer into a string, in the specified * +encoding+. If no encoding is provided +Encoding::BINARY+ is used. * - * * buffer = IO::Buffer.for('test') * buffer.get_string * # => "test" @@ -1720,12 +1719,6 @@ io_buffer_copy(int argc, VALUE *argv, VALUE self) * buffer.get_string(2, 1) * # => "s" * - * buffer = IO::Buffer.for('Руби') - * buffer.get_string(2).then { [_1, _1.encoding] } - * # => ["\xD1\x83\xD0\xB1\xD0\xB8", #] - * buffer.get_string(2, nil, 'UTF-8').then { [_1, _1.encoding] } - * # => ["уби", #] - * */ static VALUE io_buffer_get_string(int argc, VALUE *argv, VALUE self) -- cgit v1.2.3