Skip to content

Commit e4ebe51

Browse files
author
Colby Swandale
committed
set Application#set_default_options to be ignored by rdoc
1 parent 628633c commit e4ebe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def rakefile_location(backtrace=caller) # :nodoc:
797797
backtrace.find { |str| str =~ re } || ""
798798
end
799799

800-
def set_default_options
800+
def set_default_options # :nodoc:
801801
options.always_multitask = false
802802
options.backtrace = false
803803
options.build_all = false

0 commit comments

Comments
 (0)