Skip to content

Commit

Permalink
Merge pull request #939 from amatsuda/⚠️
Browse files Browse the repository at this point in the history
⚠️ `*' interpreted as argument prefix
  • Loading branch information
lsegal committed Jan 22, 2016
2 parents 884a529 + acf7a7b commit e88d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/rake/yardoc_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def define
before.call if before.is_a?(Proc)
yardoc = YARD::CLI::Yardoc.new
yardoc.options[:verifier] = verifier if verifier
yardoc.run *(options + files)
yardoc.run(*(options + files))
YARD::CLI::Stats.run(*(stats_options + ['--use-cache'])) unless stats_options.empty?
after.call if after.is_a?(Proc)
end
Expand Down

0 comments on commit e88d677

Please sign in to comment.