PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
rdoc
/
0
%a{annotate:rdoc:skip} module RDoc # <!-- rdoc-file=lib/rdoc/ri.rb --> # Namespace for the ri command line tool's implementation. # # See `ri --help` for details. # module RI module Paths type path_type = :system | :site | :home | :gem | :extra type gem_filter = :latest | :all def self.each: (?bool system, ?bool site, ?bool home, ?gem_filter | false gems, *String extra_dirs) { (String, path_type) -> void } -> void end end end
[-] comment.rbs
[edit]
[-] markup.rbs
[edit]
[-] code_object.rbs
[edit]
[-] parser.rbs
[edit]
[-] top_level.rbs
[edit]
[-] rdoc.rbs
[edit]
[+]
..
[-] ri.rbs
[edit]
[-] context.rbs
[edit]
[-] store.rbs
[edit]