diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index 04b60f9..6a920b7 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -163,6 +163,8 @@ module Rscons # build operation succeeded. Post-build hooks can register new build # targets. # + # @since 1.7.0 + # # @yield [build_op] # Invoke the given block with the current build operation. # @yieldparam build_op [Hash]