Skip to content

Commit 250659d

Browse files
committed
default_title= always exists now
1 parent 51d7c32 commit 250659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def document(argv)
409409

410410
file_info = parse_files @options.files
411411

412-
@options.default_title = "RDoc Documentation" if @options.respond_to? :default_title=
412+
@options.default_title = "RDoc Documentation"
413413

414414
RDoc::TopLevel.complete @options.visibility
415415

0 commit comments

Comments
 (0)