We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52307f9 commit 15e3f50Copy full SHA for 15e3f50
1 file changed
lib/irb.rb
@@ -221,11 +221,11 @@
221
# *new_filepath*, which becomes the history file for the session.
222
#
223
# You can change the number of commands saved by adding to your configuration
224
-# file: `IRB.conf[:SAVE_HISTORY] = *n*`, wheHISTORY_FILEre *n* is one of:
+# file: `IRB.conf[:SAVE_HISTORY] = *n*`, where *n* is one of:
225
226
-# * Positive integer: the number of commands to be saved,
227
-# * Zero: all commands are to be saved.
228
-# * `nil`: no commands are to be saved,.
+# * Positive integer: the number of commands to be saved.
+# * Negative integer: all commands are to be saved.
+# * Zero or `nil`: no commands are to be saved.
229
230
231
# During the session, you can use methods `conf.save_history` or
0 commit comments