Skip to content

Commit

Permalink
Remove dead doc (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored Dec 21, 2023
1 parent 7421359 commit 2d5a1af
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -705,12 +705,6 @@
# Command-line option <tt>-W[_level_]<tt>
# 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
#
# === Load Modules
Expand Down Expand Up @@ -771,12 +765,6 @@
#
# Note that the configuration file entry overrides the command-line options.
#
# :stopdoc:
# === \Context Mode
#
# IRB.conf[:CONTEXT_MODE]
# :startdoc:
#
# === \IRB Name
#
# You can specify a name for \IRB.
Expand Down Expand Up @@ -815,12 +803,6 @@
# Each time the configuration is changed,
# that proc is called with argument +conf+:
#
# :stopdoc:
# === \Locale
#
# IRB.conf[:LC_MESSAGES]
# :startdoc:
#
# === Encodings
#
# Command-line option <tt>-E _ex_[:_in_]</tt>
Expand Down

0 comments on commit 2d5a1af

Please sign in to comment.