Skip to content

Commit 6b35f07

Browse files
Satoshi Tagomoritagomoris
authored andcommitted
Box: [DOC] Add RUBY_BOX in Environment
1 parent 2b1a9af commit 6b35f07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

man/ruby.1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,13 @@ variable is not defined, Ruby refers to
523523
If set, Ruby tries to free all dynamically allocated memories.
524524
Introduced in Ruby 3.3, default: unset.
525525
.Pp
526+
.It Ev RUBY_BOX
527+
If set to
528+
.Li 1 ,
529+
Ruby Box is enabled and users will be able to execute
530+
.Li Ruby::Box.new .
531+
Ruby Box is an experimental feature introduced in Ruby 4.0.
532+
.Pp
526533
.It Ev RUBY_IO_BUFFER_DEFAULT_SIZE
527534
The custom default buffer size of
528535
.Li IO::Buffer .

0 commit comments

Comments
 (0)