default_title=(string)
Set the title, but only if not already set. Used to set the title from a source file, so that a title set from the command line will have the priority.
# File lib/rdoc/options.rb, line 474 def default_title=(string) @title ||= string end