diff options
author | Stan Lo <[email protected]> | 2024-03-16 21:51:01 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-03-16 13:51:07 +0000 |
commit | 137b52a88192b0d44e218b0433aa0e16cfbeb091 (patch) | |
tree | e8119531b7ac8f88e1635d784a64e750ef80f3d0 /lib/irb/help.rb | |
parent | f1682407c528bb6f063639102404844df15a9583 (diff) |
[ruby/irb] Use markdown format for docs
(https://github.com/ruby/irb/pull/890)
* Convert irb.rb's document into markdown format
* Hide should-be-private top-level methods from docs
* Skip xmp.rb's docs
* Declare lib/irb.rb's markup do it works in ruby/ruby too
* Ignore docs folder
https://github.com/ruby/irb/commit/e9a175e06b
Diffstat (limited to 'lib/irb/help.rb')
-rw-r--r-- | lib/irb/help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/help.rb b/lib/irb/help.rb index c97656f0c4..a24bc10a15 100644 --- a/lib/irb/help.rb +++ b/lib/irb/help.rb @@ -6,7 +6,7 @@ module IRB # Outputs the irb help message, see IRB@Command-Line+Options. - def IRB.print_usage + def IRB.print_usage # :nodoc: lc = IRB.conf[:LC_MESSAGES] path = lc.find("irb/help-message") space_line = false |