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 cf469f2 commit dbcddaaCopy full SHA for dbcddaa
README.md
@@ -495,6 +495,7 @@ config set no_color true
495
* `RUBY_DEBUG_NO_RELINE` (`no_reline`): Do not use Reline library (default: false)
496
* `RUBY_DEBUG_NO_HINT` (`no_hint`): Do not show the hint on the REPL (default: false)
497
* `RUBY_DEBUG_NO_LINENO` (`no_lineno`): Do not show line numbers (default: false)
498
+ * `RUBY_DEBUG_NO_REPEAT` (`no_repeat`): Do not repeat last line when empty line (default: false)
499
* `RUBY_DEBUG_IRB_CONSOLE` (`irb_console`): Use IRB as the console (default: false)
500
501
* CONTROL
0 commit comments