https://github.com/ruby/irb/commit/2d5a1afdf5
This commit is contained in:
Burdette Lamar 2023-12-21 14:26:23 -06:00 committed by Hiroshi SHIBATA
parent 86fa418dea
commit 5384e5dfde

View File

@ -705,12 +705,6 @@ require_relative "irb/pager"
# Command-line option <tt>-W[_level_]<tt> # Command-line option <tt>-W[_level_]<tt>
# sets warning level; 0=silence, 1=medium, 2=verbose. # sets warning level; 0=silence, 1=medium, 2=verbose.
# #
# :stopdoc:
# === Performance Measurement
#
# IRB.conf[:MEASURE] IRB.conf[:MEASURE_CALLBACKS] IRB.conf[:MEASURE_PROC]
# :startdoc:
#
# == Other Features # == Other Features
# #
# === Load Modules # === Load Modules
@ -771,12 +765,6 @@ require_relative "irb/pager"
# #
# Note that the configuration file entry overrides the command-line options. # Note that the configuration file entry overrides the command-line options.
# #
# :stopdoc:
# === \Context Mode
#
# IRB.conf[:CONTEXT_MODE]
# :startdoc:
#
# === \IRB Name # === \IRB Name
# #
# You can specify a name for \IRB. # You can specify a name for \IRB.
@ -815,12 +803,6 @@ require_relative "irb/pager"
# Each time the configuration is changed, # Each time the configuration is changed,
# that proc is called with argument +conf+: # that proc is called with argument +conf+:
# #
# :stopdoc:
# === \Locale
#
# IRB.conf[:LC_MESSAGES]
# :startdoc:
#
# === Encodings # === Encodings
# #
# Command-line option <tt>-E _ex_[:_in_]</tt> # Command-line option <tt>-E _ex_[:_in_]</tt>