You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: