From 1aaf2ba2d68320b914e68990d3bb7742d27dfba7 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 21 Dec 2023 14:26:23 -0600 Subject: [PATCH] [ruby/irb] Remove dead doc (https://github.com/ruby/irb/pull/819) https://github.com/ruby/irb/commit/2d5a1afdf5 --- lib/irb.rb | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lib/irb.rb b/lib/irb.rb index 006b52bec51091..daa0d64f28e402 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -705,12 +705,6 @@ # Command-line option -W[_level_] # 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 @@ # # 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 @@ # Each time the configuration is changed, # that proc is called with argument +conf+: # -# :stopdoc: -# === \Locale -# -# IRB.conf[:LC_MESSAGES] -# :startdoc: -# # === Encodings # # Command-line option -E _ex_[:_in_]