Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
title=(string)
public
Set the title, but only if not already set. This
means that a title set from the command
line trumps one set in a source file
# File lib/rdoc/options.rb, line 524
def title=(string)
@title ||= string
end