class RDoc::Generator::RI

def initialize options #:not-new:

:not-new:
def initialize options #:not-new:
  @options     = options
  @store       = RDoc::RI::Store.new '.'
  @old_siginfo = nil
  @current     = nil
end