title=(string)
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