Object
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.5.3
Generated with Ruby-doc Rdoc Generator 0.42.0.