devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

class Data in Ruby 3.2

Open JohnAnon9771 opened this issue 2 years ago • 2 comments

I can't find the class Data in Ruby.

Ruby docs

JohnAnon9771 avatar May 20 '23 01:05 JohnAnon9771

It's a problem with the documentation generation. The Ruby docs are a filescraper which depends on building the official ruby docs. Unfortunately the ruby dev teams has marked the Data class as :nodoc: which means that it wont get included in the build. Therefore it can not be indexed by devdocs.

ClasherKasten avatar May 27 '23 17:05 ClasherKasten