Closed
Description
9982 $ ri File.new | tail -6
Optional keyword arguments opts specify:
* {Open Options}[rdoc-ref:IO@Open+Options].
* {Encoding options}[rdoc-ref:encodings.rdoc@Encoding+Options].
9983 $ ri rdoc-ref:IO@Open+Options
Nothing known about rdoc-ref
9984 $ ri rdoc-ref:encodings.rdoc@Encoding+Options
Nothing known about rdoc-ref
(Also, why are there 2 blank lines at the end of File.new
output?)
or:
9989 $ ri Array#pack
= Array#pack
(from ruby core)
------------------------------------------------------------------------
pack(template, buffer: nil) -> string
------------------------------------------------------------------------
Formats each element in self into a binary string; returns that string.
See {Packed Data}[rdoc-ref:packed_data.rdoc].
9990 $ ri rdoc-ref:packed_data.rdoc | head -1
Nothing known about rdoc-ref
9991 $ ri ruby:packed_data.rdoc | head -1
= Packed Data
9992 $ ri ruby:packed_data | head -1
= Packed Data
This just isn't right. rdoc-ref
isn't a thing yet ri refers to it ALL OVER the place. There's not the faintest clue that ruby:
is the correct prefix. Please make this tool usable again OR stop extracting the useful bits of the doco into cross referenced files that don't work.