Skip to content

Commit

Permalink
set Application#set_default_options to be ignored by rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 24, 2018
1 parent 628633c commit e4ebe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def rakefile_location(backtrace=caller) # :nodoc:
backtrace.find { |str| str =~ re } || ""
end

def set_default_options
def set_default_options # :nodoc:
options.always_multitask = false
options.backtrace = false
options.build_all = false
Expand Down

0 comments on commit e4ebe51

Please sign in to comment.