class RDoc::RI::Task

def clobber_task_description # :nodoc:

:nodoc:
def clobber_task_description # :nodoc:
  "Remove RI data files"
end

def defaults

def defaults
  super
  @rdoc_dir = '.rdoc'
end

def initialize name = DEFAULT_NAMES # :yield: self

:yield: self
def initialize name = DEFAULT_NAMES # :yield: self
  super
end

def rdoc_task_description # :nodoc:

:nodoc:
def rdoc_task_description # :nodoc:
  'Build RI data files'
end

def rerdoc_task_description # :nodoc:

:nodoc:
def rerdoc_task_description # :nodoc:
  'Rebuild RI data files'
end