1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

Disambiguate with parens

Removes a "ruby -c -W" warning
This commit is contained in:
James Lee 2012-10-18 12:46:08 -05:00
parent 37522a4bf0
commit 5f1ec459ee

View File

@ -37,7 +37,7 @@ namespace :yard do
task :stats => :environment do
stats = YARD::CLI::Stats.new
yard_arguments = yard_options + ['--compact', '--list-undoc'] + yard_files
stats.run *yard_arguments
stats.run(*yard_arguments)
end
end