Disambiguate with parens

Removes a "ruby -c -W" warning
unstable
James Lee 2012-10-18 12:46:08 -05:00
parent 37522a4bf0
commit 5f1ec459ee
1 changed files with 1 additions and 1 deletions

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