From 8f7e044bfd18d5f2653a3df309338fd38f4c7233 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 12 Jul 2017 15:50:13 -0400 Subject: [PATCH] fix YARD @option tag --- lib/rscons/builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rscons/builder.rb b/lib/rscons/builder.rb index 867c545..bae8905 100644 --- a/lib/rscons/builder.rb +++ b/lib/rscons/builder.rb @@ -231,7 +231,7 @@ module Rscons # @param env [Environment] The Environment executing the builder. # @param cache [Cache] The Cache object. # @param options [Hash] Options. - # @options options [String] :stdout + # @option options [String] :stdout # File name to redirect standard output to. # # @return [String,ThreadedCommand]