Skip to content

RI has data for DidYouMean::PlainFormatter #1360

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

Open
BurdetteLamar opened this issue May 4, 2025 · 0 comments
Open

RI has data for DidYouMean::PlainFormatter #1360

BurdetteLamar opened this issue May 4, 2025 · 0 comments

Comments

@BurdetteLamar
Copy link
Member

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant