aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-12-21 14:26:23 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 21:12:49 +0900
commit5384e5dfde49e403e5e08c6ea2e958ffa5889ae6 (patch)
treec53062af7a4785104e47920fdbad1b99be2307e3 /lib/irb.rb
parent86fa418dea646e52929b9df9163902c4728442d1 (diff)
downloadruby-5384e5dfde49e403e5e08c6ea2e958ffa5889ae6.tar.gz
[ruby/irb] Remove dead doc (https://github.com/ruby/irb/pull/819)
https://github.com/ruby/irb/commit/2d5a1afdf5
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 006b52bec5..daa0d64f28 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -705,12 +705,6 @@ require_relative "irb/pager"
# 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
@@ -771,12 +765,6 @@ require_relative "irb/pager"
#
# 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.
@@ -815,12 +803,6 @@ require_relative "irb/pager"
# 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>