class RDoc::Generator::RI

def initialize store, options #:not-new:

:not-new:
def initialize store, options #:not-new:
  @options    = options
  @store      = store
  @store.path = '.'
end