We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1a9af commit 6b35f07Copy full SHA for 6b35f07
man/ruby.1
@@ -523,6 +523,13 @@ variable is not defined, Ruby refers to
523
If set, Ruby tries to free all dynamically allocated memories.
524
Introduced in Ruby 3.3, default: unset.
525
.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
533
.It Ev RUBY_IO_BUFFER_DEFAULT_SIZE
534
The custom default buffer size of
535
.Li IO::Buffer .
0 commit comments