new(options)
Set up a new ri generator
# File lib/rdoc/generator/ri.rb, line 18 def initialize options #:not-new: @options = options @store = RDoc::RI::Store.new '.' @old_siginfo = nil @current = nil end