rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

RI has data for DidYouMean::PlainFormatter

Open BurdetteLamar opened this issue 9 months ago • 0 comments

RI has data for DidYouMean::PlainFormatter, but docs.ruby-lang.org has no corresponding html page.

Not sure whether this is a Ruby issue or an RDoc issue, but will start here.

(There are 12 more such RI entries -- lacking corresponding html. I can provide those if helpful.)

$ ruby --version
ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [x64-mingw-ucrt]

$ ri DidYouMean::PlainFormatter
= DidYouMean::PlainFormatter < Object

(from ruby core)
------------------------------------------------------------------------
The DidYouMean::Formatter is the basic, default formatter for the gem.
The formatter responds to the message_for method and it returns a human
readable string.
------------------------------------------------------------------------
= Class methods:

  message_for

= Instance methods:

  message_for


$ ruby -e "require 'open-uri'; URI.open('https://docs.ruby-lang.org/en/3.4/DidYouMean/PlainFormatter.html')"
C:/Ruby34-x64/lib/ruby/3.4.0/open-uri.rb:393:in 'OpenURI.open_http': 404 Not Found (OpenURI::HTTPError)

BurdetteLamar avatar May 04 '25 20:05 BurdetteLamar