Sha256: 51126520c321488d960787e8b641f2f55e46e65992b2f809cb85bc886eee9cde
Contents?: true
Size: 472 Bytes
Versions: 25
Compression:
Stored size: 472 Bytes
Contents
%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
Version data entries
25 entries across 25 versions & 1 rubygems