Hello. I recently installed JRuby and tried to use the ri tool to check some documentation but it was missing. I ran jruby -S ri --list-doc-dirs, which gave me the following output:
/usr/share/jruby/share/ri/2.6.0/system
/usr/share/jruby/share/ri/2.6.0/site
/home/astra/.local/share/rdoc
There was no share folder under /usr/share/jruby at all. This is a system installation on Debian. I thought I'd missed the doc package, but there is no jruby-doc package. Are there any plans to ship the ri documentation for the core?
Hello. I recently installed JRuby and tried to use the
ritool to check some documentation but it was missing. I ranjruby -S ri --list-doc-dirs, which gave me the following output:There was no
sharefolder under/usr/share/jrubyat all. This is a system installation on Debian. I thought I'd missed the doc package, but there is nojruby-docpackage. Are there any plans to ship theridocumentation for the core?