Actions
Bug #10691
closedBad or Non-existent class names listed on 'Index of Files, Classes & Methods in Ruby' page.
Description
On this page: Index of Files, Classes & Methods in Ruby 2.2.0 (Ruby 2.2.0)
There are Classes:
I found some of the classes listed here does not exist:
Complex::compatible
fatal
unknown
Rational::compatible
What do I mean by not exist? That is if I type fatal
in irb:
irb(main):001:0> fatal
NameError: undefined local variable or method `fatal' for main:Object
from (irb):1
from /Users/Juan/.rubies/ruby-2.2.0/bin/irb:11:in `<main>'
irb(main):002:0> Fatal
NameError: uninitialized constant Fatal
from (irb):2
from /Users/Juan/.rubies/ruby-2.2.0/bin/irb:11:in `<main>'
Other versions of documentation also has this problem.
http://www.ruby-doc.org/core-2.0.0/
http://www.ruby-doc.org/core-2.1.5/
http://www.ruby-doc.org/core-2.2.0/
I want to remove it but cannot find which repository to work on.
So I report here, Thanks!
Files
Actions
Like0
Like0Like0Like0Like0