Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) 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 402
def title=(string)
@title ||= string
end