Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead doc #819

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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