Object
frozen_string_literal: true
Generates ri data files
Description of this generator
Writes the parsed data store to disk for use by ri.
# File rdoc/generator/ri.rb, line 26 def generate @store.save end
Set up a new ri generator
# File rdoc/generator/ri.rb, line 17 def initialize store, options #:not-new: @options = options @store = store @store.path = '.' end
This page was generated for Ruby 2.7.2
Generated with Ruby-doc Rdoc Generator 0.44.2.